| 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 |
|---|---|
Recorder |
MediaServiceImpl.createRecorder(MediaDevice device)
Creates a new Recorder instance that can be used to record a
call which captures and plays back media using a specific
MediaDevice.
|
Recorder |
MediaServiceImpl.createRecorder(RTPTranslator translator)
Creates a new Recorder instance that can be used to record media
from a specific RTPTranslator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecorderImpl
The call recording implementation.
|
class |
RecorderRtpImpl
A Recorder implementation which attaches to an RTPTranslator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecorderRtpImpl.connect(Recorder recorder) |
| Modifier and Type | Method and Description |
|---|---|
Recorder |
MediaService.createRecorder(MediaDevice device)
Creates a new Recorder instance that can be used to record a
call which captures and plays back media using a specific
MediaDevice.
|
Recorder |
MediaService.createRecorder(RTPTranslator translator)
Creates a new Recorder instance that can be used to record media
from a specific RTPTranslator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recorder.Listener.recorderStopped(Recorder recorder)
Notifies this Listener that a specific Recorder has
stopped recording the media associated with it.
|
Copyright © 2021 jitsi.org. All rights reserved.