| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.BASELINE
The baseline version of GStreamer supported by these Java bindings.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Gst.getVersion()
Gets the version of gstreamer currently available.
|
static Version |
Version.of(int major,
int minor)
Create a Version with specified major and minor version, and micro and
nano version set to zero.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Version.checkSatisfies(Version required)
Check whether this version is equal to or greater than the passed in
version.
|
static void |
Gst.init(Version requiredVersion)
Initializes the GStreamer library.
|
static String[] |
Gst.init(Version requestedVersion,
String progname,
String... args)
Initializes the GStreamer library.
|
Copyright © 2021 gstreamer-java. All rights reserved.