Class Info

java.lang.Object
uk.co.caprica.vlcj.support.Info

public final class Info extends Object
Application version/environment information.

May be useful for diagnostics.

  • Method Details

    • getInstance

      public static Info getInstance()
      Get application information.
      Returns:
      singleton instance
    • vlcjVersion

      public Version vlcjVersion()
      Get the vlcj version.
      Returns:
      version
    • os

      public String os()
      Get the runtime operating system.
      Returns:
      operating system
    • javaVersion

      public String javaVersion()
      Get the Java version.
      Returns:
      version
    • javaHome

      public String javaHome()
      Get the Java home directory.
      Returns:
      home directory
    • jnaLibraryPath

      public String jnaLibraryPath()
      Get the JNA library path system property.
      Returns:
      JNA library path
    • javaLibraryPath

      public String javaLibraryPath()
      Get the Java library path system property.
      Returns:
      Java library path
    • path

      public String path()
      Get the runtime operating system search path.
      Returns:
      operating system path
    • pluginPath

      public String pluginPath()
      Get the VLC plugin path directory environment variable.
      Returns:
      plugin path directory
    • ldLibraryPath

      public String ldLibraryPath()
      Get the native load-library path (Linux).
      Returns:
      library path
    • dyldLibraryPath

      public String dyldLibraryPath()
      Get the native dynamic-load-library path (OSX).
      Returns:
      library path
    • dyldFallbackLibraryPath

      public String dyldFallbackLibraryPath()
      Get the native fallback dynamic-load-library path (OSX).
      Returns:
      library path
    • toString

      public String toString()
      Overrides:
      toString in class Object