File: ReadMe.txt

package info (click to toggle)
libmediainfo 20.09%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,296 kB
  • sloc: cpp: 205,411; ansic: 5,215; asm: 2,081; xml: 1,476; sh: 1,062; java: 1,032; cs: 944; python: 653; makefile: 383; pascal: 197; javascript: 188
file content (9 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
MediaInfo DLL binding for Java

1. Download JNA (http://jna.dev.java.net)

2. Make sure the MediaInfo native library is in your library path
    Windows: copy MediaInfo.dll into you working directory
    Linux: install libmediainfo using the package for your distro

3. You can test the "HowToUse_Dll" example (compile, run)