public class RecordingService extends Object implements org.red5.server.api.service.IPendingServiceCallback
Constructor and Description |
---|
RecordingService() |
Modifier and Type | Method and Description |
---|---|
void |
addRecordingByStreamId(org.red5.server.api.IConnection conn,
String streamId,
org.apache.openmeetings.db.entity.room.Client rcl,
Long recordingId) |
org.apache.openmeetings.db.entity.room.Client |
checkLzRecording() |
String |
recordMeetingStream(org.red5.server.api.IConnection current,
org.apache.openmeetings.db.entity.room.Client client,
String roomRecordingName,
String comment,
Boolean isInterview) |
void |
resultReceived(org.red5.server.api.service.IPendingServiceCall arg0) |
Long |
stopRecordAndSave(org.red5.server.api.scope.IScope scope,
org.apache.openmeetings.db.entity.room.Client currentClient,
Long storedRecordingId) |
void |
stopRecordingShow(org.red5.server.api.IConnection conn,
String broadcastId,
Long metaId)
Stops recording the publishing stream for the specified IConnection.
|
void |
stopRecordingShowForClient(org.red5.server.api.IConnection conn,
org.apache.openmeetings.db.entity.room.Client rcl) |
public void resultReceived(org.red5.server.api.service.IPendingServiceCall arg0)
resultReceived
in interface org.red5.server.api.service.IPendingServiceCallback
public String recordMeetingStream(org.red5.server.api.IConnection current, org.apache.openmeetings.db.entity.room.Client client, String roomRecordingName, String comment, Boolean isInterview)
public void stopRecordingShow(org.red5.server.api.IConnection conn, String broadcastId, Long metaId)
conn
- public Long stopRecordAndSave(org.red5.server.api.scope.IScope scope, org.apache.openmeetings.db.entity.room.Client currentClient, Long storedRecordingId)
public org.apache.openmeetings.db.entity.room.Client checkLzRecording()
public void stopRecordingShowForClient(org.red5.server.api.IConnection conn, org.apache.openmeetings.db.entity.room.Client rcl)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.