Uses of Interface
org.jitsi.service.neomedia.recording.RecorderEventHandler
-
Packages that use RecorderEventHandler Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.recording org.jitsi.service.neomedia org.jitsi.service.neomedia.recording -
-
Uses of RecorderEventHandler in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return RecorderEventHandler Modifier and Type Method Description RecorderEventHandlerMediaServiceImpl. createRecorderEventHandlerJson(String filename)Creates a RecorderEventHandler instance that saves received events in JSON format. -
Uses of RecorderEventHandler in org.jitsi.impl.neomedia.recording
Classes in org.jitsi.impl.neomedia.recording that implement RecorderEventHandler Modifier and Type Class Description classRecorderEventHandlerJSONImplImplements a RecorderEventHandler which handles RecorderEvents by writing them to a file in JSON format.Methods in org.jitsi.impl.neomedia.recording that return RecorderEventHandler Modifier and Type Method Description RecorderEventHandlerWebmDataSink. getEventHandler()Methods in org.jitsi.impl.neomedia.recording with parameters of type RecorderEventHandler Modifier and Type Method Description voidRecorderImpl. setEventHandler(RecorderEventHandler eventHandler)Sets the RecorderEventHandler which this Recorder should notify when events related to recording (such as start/end of a recording) occur.voidRecorderRtpImpl. setEventHandler(RecorderEventHandler eventHandler)Sets the instance which should be notified when events related to recordings (such as the start or end of a recording) occur.voidWebmDataSink. setEventHandler(RecorderEventHandler eventHandler) -
Uses of RecorderEventHandler in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return RecorderEventHandler Modifier and Type Method Description RecorderEventHandlerMediaService. createRecorderEventHandlerJson(String filename)Creates a RecorderEventHandler instance that saves received events in JSON format. -
Uses of RecorderEventHandler in org.jitsi.service.neomedia.recording
Methods in org.jitsi.service.neomedia.recording with parameters of type RecorderEventHandler Modifier and Type Method Description voidRecorder. setEventHandler(RecorderEventHandler eventHandler)Sets the RecorderEventHandler which this Recorder should notify when events related to recording (such as start/end of a recording) occur.
-