java.lang.Object
uk.co.caprica.vlcj.support.Info
Application version/environment information.
May be useful for diagnostics.
-
Method Summary
Modifier and TypeMethodDescriptionGet the native fallback dynamic-load-library path (OSX).Get the native dynamic-load-library path (OSX).static Info
Get application information.javaHome()
Get the Java home directory.Get the Java library path system property.Get the Java version.Get the JNA library path system property.Get the native load-library path (Linux).os()
Get the runtime operating system.path()
Get the runtime operating system search path.Get the VLC plugin path directory environment variable.toString()
Get the vlcj version.
-
Method Details
-
getInstance
-
vlcjVersion
-
os
-
javaVersion
-
javaHome
-
jnaLibraryPath
-
javaLibraryPath
Get the Java library path system property.- Returns:
- Java library path
-
path
-
pluginPath
Get the VLC plugin path directory environment variable.- Returns:
- plugin path directory
-
ldLibraryPath
-
dyldLibraryPath
Get the native dynamic-load-library path (OSX).- Returns:
- library path
-
dyldFallbackLibraryPath
Get the native fallback dynamic-load-library path (OSX).- Returns:
- library path
-
toString
-