Uses of Interface
org.jitsi.service.neomedia.recording.Recorder.Listener
-
Packages that use Recorder.Listener Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.recording org.jitsi.service.neomedia org.jitsi.service.neomedia.recording -
-
Uses of Recorder.Listener in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return types with arguments of type Recorder.Listener Modifier and Type Method Description Iterator<Recorder.Listener>MediaServiceImpl. getRecorderListeners()Gives access to currently registered Recorder.Listeners.Methods in org.jitsi.impl.neomedia with parameters of type Recorder.Listener Modifier and Type Method Description voidMediaServiceImpl. addRecorderListener(Recorder.Listener listener)Those interested in Recorder events add listener through MediaService.voidMediaServiceImpl. removeRecorderListener(Recorder.Listener listener)Removes an existing Recorder.Listener from the list of listeners interested in notifications from Recorders. -
Uses of Recorder.Listener in org.jitsi.impl.neomedia.recording
Methods in org.jitsi.impl.neomedia.recording with parameters of type Recorder.Listener Modifier and Type Method Description voidRecorderImpl. addListener(Recorder.Listener listener)Adds a new Recorder.Listener to the list of listeners interested in notifications from this Recorder.voidRecorderRtpImpl. addListener(Recorder.Listener listener)ImplementsRecorder.addListener(Recorder.Listener).voidRecorderImpl. removeListener(Recorder.Listener listener)Removes a existing Recorder.Listener from the list of listeners interested in notifications from this Recorder.voidRecorderRtpImpl. removeListener(Recorder.Listener listener)ImplementsRecorder.removeListener(Recorder.Listener). -
Uses of Recorder.Listener in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return types with arguments of type Recorder.Listener Modifier and Type Method Description Iterator<Recorder.Listener>MediaService. getRecorderListeners()Gives access to currently registered Recorder.Listeners.Methods in org.jitsi.service.neomedia with parameters of type Recorder.Listener Modifier and Type Method Description voidMediaService. addRecorderListener(Recorder.Listener listener)Those interested in Recorder events add listener through MediaService.voidMediaService. removeRecorderListener(Recorder.Listener listener)Removes an existing Recorder.Listener from the list of listeners interested in notifications from Recorders. -
Uses of Recorder.Listener in org.jitsi.service.neomedia.recording
Methods in org.jitsi.service.neomedia.recording with parameters of type Recorder.Listener Modifier and Type Method Description voidRecorder. addListener(Recorder.Listener listener)Adds a new Listener to the list of listeners interested in notifications from this Recorder.voidRecorder. removeListener(Recorder.Listener listener)Removes an existing Listener from the list of listeners interested in notifications from this Recorder.
-