java.lang.Object
uk.co.caprica.vlcj.support.version.LibVlcVersion
Holder for runtime LibVLC version information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the run-time changeset.Get the required LibVLC version.Get the runtime actualVersion.booleanIs 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
Get the required LibVLC version.- Returns:
- required version
-
getVersion
Get the runtime actualVersion.- Returns:
- VLC/LibVLC version.
-
getChangeset
Get the run-time changeset.- Returns:
- changeset
-
isSupported
public boolean isSupported()Is the run-time actualVersion of VLC the minimum supported actualVersion?- Returns:
trueif supported; otherwisefalse
-