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