public interface ILiveStreamDvrRecorderActionNotify
| Modifier and Type | Method and Description |
|---|---|
void |
onLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder recorder,
String streamName)
Called when recorder created
|
void |
onLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder recorder)
Called when recorder destroyed
|
void |
onLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder recorder,
String streamName)
Called after recorder is initialized
|
void onLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder recorder, String streamName)
recorder - recorderstreamName - stream namevoid onLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder recorder)
recorder - recordervoid onLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder recorder, String streamName)
recorder - recorderstreamName - stream name