Package com.wowza.wms.stream.livedvr
Interface ILiveStreamDvrRecorderActionNotify
-
public interface ILiveStreamDvrRecorderActionNotify
ILiveStreamDvrRecorderActionNotify: notify interface for dvr recorders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder recorder, String streamName)
Called when recorder createdvoid
onLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder recorder)
Called when recorder destroyedvoid
onLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder recorder, String streamName)
Called after recorder is initialized
-
-
-
Method Detail
-
onLiveStreamDvrRecorderCreate
void onLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder recorder, String streamName)
Called when recorder created- Parameters:
recorder
- recorderstreamName
- stream name
-
onLiveStreamDvrRecorderInit
void onLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder recorder, String streamName)
Called after recorder is initialized- Parameters:
recorder
- recorderstreamName
- stream name
-
onLiveStreamDvrRecorderDestroy
void onLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder recorder)
Called when recorder destroyed- Parameters:
recorder
- recorder
-
-