Uses of Interface
org.jitsi.service.neomedia.recording.Synchronizer
-
Packages that use Synchronizer Package Description org.jitsi.impl.neomedia.recording org.jitsi.service.neomedia.recording -
-
Uses of Synchronizer in org.jitsi.impl.neomedia.recording
Classes in org.jitsi.impl.neomedia.recording that implement Synchronizer Modifier and Type Class Description classSynchronizerImplMethods in org.jitsi.impl.neomedia.recording that return Synchronizer Modifier and Type Method Description SynchronizerRecorderImpl. getSynchronizer()Gets the Synchronizer of this Recorder.Methods in org.jitsi.impl.neomedia.recording with parameters of type Synchronizer Modifier and Type Method Description voidRecorderImpl. setSynchronizer(Synchronizer synchronizer)Sets the Synchronizer that this instance should use.voidRecorderRtpImpl. setSynchronizer(Synchronizer synchronizer) -
Uses of Synchronizer in org.jitsi.service.neomedia.recording
Methods in org.jitsi.service.neomedia.recording that return Synchronizer Modifier and Type Method Description SynchronizerRecorder. getSynchronizer()Gets the Synchronizer of this Recorder.Methods in org.jitsi.service.neomedia.recording with parameters of type Synchronizer Modifier and Type Method Description voidRecorder. setSynchronizer(Synchronizer synchronizer)Sets the Synchronizer that this instance should use.
-