| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Method and Description |
|---|---|
ClockID |
Clock.newPeriodicID(long startTime,
long interval)
Gets an ID from this clock to trigger a periodic notification.
|
ClockID |
Clock.newSingleShotID(long time)
Gets a
ClockID from this clock to trigger a single shot
notification at the requested time. |
| Modifier and Type | Method and Description |
|---|---|
int |
ClockID.compareTo(ClockID other)
Compares this ClockID to another.
|
Copyright © 2021 gstreamer-java. All rights reserved.