Package | Description |
---|---|
uk.co.caprica.vlcj |
Java framework for the vlc media player.
|
uk.co.caprica.vlcj.binding |
Provides the JNA bindings, and related classes, to use the libvlc native
library.
|
uk.co.caprica.vlcj.version |
Provides various version-related classes.
|
Modifier and Type | Method and Description |
---|---|
Version |
Info.version()
Get the vlcj version.
|
Modifier and Type | Method and Description |
---|---|
Version |
LibVlcOutOfDateException.getActualVersion()
Get the actual detected run-time version of LibVLC.
|
Version |
LibVlcOutOfDateException.getRequiredVersion()
Get the required version of LibVLC.
|
Constructor and Description |
---|
LibVlcOutOfDateException(Version requiredVersion,
Version actualVersion)
Create an exception.
|
Modifier and Type | Field and Description |
---|---|
static Version |
LibVlcVersion.LIBVLC_210
LibVlc 2.1.0 API baseline.
|
Modifier and Type | Method and Description |
---|---|
static Version |
LibVlcVersion.getVersion()
Get the run-time version.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Version.atLeast(Version required)
Test whether or not this version is at least the required version.
|
int |
Version.compareTo(Version o) |
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.