File: ReadMe.txt

package info (click to toggle)
libmediainfo 0.7.70-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,220 kB
  • ctags: 16,696
  • sloc: cpp: 157,850; ansic: 4,082; xml: 1,264; cs: 944; java: 719; python: 565; sh: 345; makefile: 260; pascal: 195
file content (9 lines) | stat: -rwxr-xr-x 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)