|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gstreamer.lowlevel.NativeValue
org.gstreamer.lowlevel.Handle
org.gstreamer.lowlevel.NativeObject
org.gstreamer.lowlevel.RefCountedObject
org.gstreamer.ClockID
public class ClockID
A datatype to hold the handle to an outstanding sync or async clock callback.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.gstreamer.lowlevel.NativeObject |
|---|
org.gstreamer.lowlevel.NativeObject.Initializer |
| Field Summary |
|---|
| Fields inherited from class org.gstreamer.lowlevel.NativeObject |
|---|
defaultInit, LIFECYCLE, ownsHandle |
| Constructor Summary | |
|---|---|
ClockID(org.gstreamer.lowlevel.NativeObject.Initializer init)
|
|
| Method Summary | |
|---|---|
int |
compareTo(ClockID other)
Compares this ClockID to another. |
protected void |
disposeNativeHandle(com.sun.jna.Pointer ptr)
|
ClockTime |
getTime()
Gets the time of the clock ID |
protected void |
ref()
|
protected void |
unref()
|
void |
unschedule()
Cancel an outstanding request. |
| Methods inherited from class org.gstreamer.lowlevel.NativeObject |
|---|
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, objectFor, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClockID(org.gstreamer.lowlevel.NativeObject.Initializer init)
| Method Detail |
|---|
protected void disposeNativeHandle(com.sun.jna.Pointer ptr)
disposeNativeHandle in class org.gstreamer.lowlevel.NativeObjectprotected void ref()
ref in class org.gstreamer.lowlevel.RefCountedObjectprotected void unref()
unref in class org.gstreamer.lowlevel.RefCountedObjectpublic void unschedule()
public ClockTime getTime()
Thread safe.
public int compareTo(ClockID other)
compareTo in interface java.lang.Comparable<ClockID>other - The other ClockID to compare to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||