File: ReadMe.txt

package info (click to toggle)
libmediainfo 25.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,472 kB
  • sloc: cpp: 272,822; ansic: 6,551; asm: 2,100; xml: 1,476; java: 1,245; sh: 1,203; cs: 1,189; python: 653; makefile: 444; pascal: 197; javascript: 169
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)