public interface RecordingEventsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onProgress(long recordingId,
long startPosition,
long position)
Progress indication of an active recording.
|
void |
onStart(long recordingId,
long startPosition,
int sessionId,
int streamId,
String channel,
String sourceIdentity)
Fired when a recording is started.
|
void |
onStop(long recordingId,
long startPosition,
long stopPosition)
Fired when a recording is stopped.
|
void onStart(long recordingId,
long startPosition,
int sessionId,
int streamId,
String channel,
String sourceIdentity)
recordingId - assigned to the new recording.startPosition - in the stream at which the recording started.sessionId - of the publication being recorded.streamId - of the publication being recorded.channel - of the publication being recorded.sourceIdentity - of the publication being recorded.void onProgress(long recordingId,
long startPosition,
long position)
recordingId - for which progress is being reported.startPosition - in the stream at which the recording started.position - reached in recording the publication.void onStop(long recordingId,
long startPosition,
long stopPosition)
recordingId - of the publication that has stopped recording.startPosition - in the stream at which the recording started.stopPosition - at which the recording stopped.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.