java.lang.Object
uk.co.caprica.vlcj.support.version.LibVlcVersion
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the run-time changeset.Get the required LibVLC version.Get the runtime actualVersion.boolean
Is the run-time actualVersion of VLC the minimum supported actualVersion?
-
Field Details
-
requiredVersion
LibVlc 3.0.0 API baseline.
-
-
Constructor Details
-
LibVlcVersion
public LibVlcVersion()Create a version component.
-
-
Method Details
-
getRequiredVersion
-
getVersion
-
getChangeset
-
isSupported
public boolean isSupported()Is the run-time actualVersion of VLC the minimum supported actualVersion?- Returns:
true
if supported; otherwisefalse
-