| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.impl.neomedia.recording | |
| org.jitsi.service.neomedia | |
| org.jitsi.service.neomedia.recording |
| Modifier and Type | Method and Description |
|---|---|
RecorderEventHandler |
MediaServiceImpl.createRecorderEventHandlerJson(String filename)
Creates a RecorderEventHandler instance that saves received
events in JSON format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecorderEventHandlerJSONImpl
Implements a RecorderEventHandler which handles
RecorderEvents by writing them to a file in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
RecorderEventHandler |
WebmDataSink.getEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecorderRtpImpl.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.
|
void |
RecorderImpl.setEventHandler(RecorderEventHandler eventHandler)
Sets the RecorderEventHandler which this Recorder
should notify when events related to recording (such as start/end of a
recording) occur.
|
void |
WebmDataSink.setEventHandler(RecorderEventHandler eventHandler) |
| Modifier and Type | Method and Description |
|---|---|
RecorderEventHandler |
MediaService.createRecorderEventHandlerJson(String filename)
Creates a RecorderEventHandler instance that saves received
events in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recorder.setEventHandler(RecorderEventHandler eventHandler)
Sets the RecorderEventHandler which this Recorder
should notify when events related to recording (such as start/end of a
recording) occur.
|
Copyright © 2022 jitsi.org. All rights reserved.