org.gstreamer
public class Version extends 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.
|
String |
toString()
Gets a string representation of the version.
|
public String toString()
public long getMajor()
public long getMinor()
public long getMicro()
public long getNano()
Copyright © 2014. All rights reserved.