public class ClockID extends RefCountedObject implements Comparable<ClockID>
NativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ClockID other)
Compares this ClockID to another.
|
long |
getTime()
Gets the time of the clock ID
|
void |
unschedule()
Cancel an outstanding request.
|
close, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate, toStringpublic void unschedule()
public long getTime()
Thread safe.
public int compareTo(ClockID other)
compareTo in interface Comparable<ClockID>other - The other ClockID to compare toCopyright © 2021 gstreamer-java. All rights reserved.