public class Version
extends java.lang.Object
| Constructor and Description |
|---|
Version(long major,
long minor,
long micro,
long nano) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMajor()
Gets the major version of GStreamer at compile time.
|
long |
getMicro()
Gets the micro version of GStreamer at compile time.
|
long |
getMinor()
Gets the minor version of GStreamer at compile time.
|
long |
getNano()
Gets the nano version of GStreamer at compile time.
|
java.lang.String |
toString()
Gets a string representation of the version.
|
public java.lang.String toString()
toString in class java.lang.Objectpublic long getMajor()
public long getMinor()
public long getMicro()
public long getNano()