Class LibVlcVersion

java.lang.Object
uk.co.caprica.vlcj.support.version.LibVlcVersion

public final class LibVlcVersion extends Object
Holder for runtime LibVLC version information.
  • Field Details

    • requiredVersion

      public static final Version requiredVersion
      LibVlc 3.0.0 API baseline.
  • Constructor Details

    • LibVlcVersion

      public LibVlcVersion()
      Create a version component.
  • Method Details

    • getRequiredVersion

      public Version getRequiredVersion()
      Get the required LibVLC version.
      Returns:
      required version
    • getVersion

      public Version getVersion()
      Get the runtime actualVersion.
      Returns:
      VLC/LibVLC version.
    • getChangeset

      public String getChangeset()
      Get the run-time changeset.
      Returns:
      changeset
    • isSupported

      public boolean isSupported()
      Is the run-time actualVersion of VLC the minimum supported actualVersion?
      Returns:
      true if supported; otherwise false