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 InfoGet 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
Get application information.- Returns:
- singleton instance
-
vlcjVersion
Get the vlcj version.- Returns:
- version
-
os
Get the runtime operating system.- Returns:
- operating system
-
javaVersion
Get the Java version.- Returns:
- version
-
javaHome
Get the Java home directory.- Returns:
- home directory
-
jnaLibraryPath
Get the JNA library path system property.- Returns:
- JNA library path
-
javaLibraryPath
Get the Java library path system property.- Returns:
- Java library path
-
path
Get the runtime operating system search path.- Returns:
- operating system path
-
pluginPath
Get the VLC plugin path directory environment variable.- Returns:
- plugin path directory
-
ldLibraryPath
Get the native load-library path (Linux).- Returns:
- library path
-
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
-