Interface ILiveStreamDvrRecorderControl


public interface ILiveStreamDvrRecorderControl
ILiveStreamDvrRecorderControl: interface to control which recorders are run for which streams.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldDvrRecord(String recorderName, IMediaStream stream)
    Returns true if given string should be recorded.;
  • Method Details

    • shouldDvrRecord

      boolean shouldDvrRecord(String recorderName, IMediaStream stream)
      Returns true if given string should be recorded.;
      Parameters:
      recorderName - recorder name
      stream - stream
      Returns:
      true to record