Package | Description |
---|---|
org.freedesktop.gstreamer |
Modifier and Type | Method and Description |
---|---|
Clock |
Pipeline.getClock()
Return the current
Clock used by the pipeline. |
Clock |
Element.getClock()
Gets the currently configured clock of the element.
|
Clock |
Clock.getMaster()
Gets the master clock that this clock is slaved to or null when the clock is
not slaved to any master clock.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Pipeline.setClock(Clock clock)
Set the clock for pipeline.
|
boolean |
Clock.setMaster(Clock master)
Set master as the master clock for this clock.
|
void |
Pipeline.useClock(Clock clock)
Force the Pipeline to use the a specific clock.
|
Copyright © 2019 gstreamer-java. All rights reserved.