Uses of Class
org.gstreamer.Clock

Packages that use Clock
org.gstreamer   
 

Uses of Clock in org.gstreamer
 

Methods in org.gstreamer that return Clock
 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.
 

Methods in org.gstreamer with parameters of type Clock
 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.