Package com.wowza.wms.stream.livedvr
Interface ILiveStreamDvrRecorderActionNotify
- 
 public interface ILiveStreamDvrRecorderActionNotifyILiveStreamDvrRecorderActionNotify: notify interface for dvr recorders.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder recorder, String streamName)Called when recorder createdvoidonLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder recorder)Called when recorder destroyedvoidonLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder recorder, String streamName)Called after recorder is initialized
 
- 
- 
- 
Method Detail- 
onLiveStreamDvrRecorderCreatevoid onLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder recorder, String streamName) Called when recorder created- Parameters:
- recorder- recorder
- streamName- stream name
 
 - 
onLiveStreamDvrRecorderInitvoid onLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder recorder, String streamName) Called after recorder is initialized- Parameters:
- recorder- recorder
- streamName- stream name
 
 - 
onLiveStreamDvrRecorderDestroyvoid onLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder recorder) Called when recorder destroyed- Parameters:
- recorder- recorder
 
 
- 
 
-