Interface ILiveStreamDvrRecorderActionNotify


public interface ILiveStreamDvrRecorderActionNotify
ILiveStreamDvrRecorderActionNotify: notify interface for dvr recorders.
See Also:
  • Method Details

    • onLiveStreamDvrRecorderCreate

      void onLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder recorder, String streamName)
      Called when recorder created
      Parameters:
      recorder - recorder
      streamName - stream name
    • onLiveStreamDvrRecorderInit

      void onLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder recorder, String streamName)
      Called after recorder is initialized
      Parameters:
      recorder - recorder
      streamName - stream name
    • onLiveStreamDvrRecorderDestroy

      void onLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder recorder)
      Called when recorder destroyed
      Parameters:
      recorder - recorder