|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gstreamer.Version
public class Version
Describes the version of gstreamer currently in use.
| Constructor Summary | |
|---|---|
Version(long major,
long minor,
long micro,
long nano)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Version(long major,
long minor,
long micro,
long nano)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic long getMajor()
public long getMinor()
public long getMicro()
public long getNano()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||