Package com.wowza.wms.stream.livedvr
Interface ILiveStreamDvrRecorderControl
- 
 public interface ILiveStreamDvrRecorderControlILiveStreamDvrRecorderControl: interface to control which recorders are run for which streams.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldDvrRecord(String recorderName, IMediaStream stream)Returns true if given string should be recorded.;
 
- 
- 
- 
Method Detail- 
shouldDvrRecordboolean shouldDvrRecord(String recorderName, IMediaStream stream)Returns true if given string should be recorded.;- Parameters:
- recorderName- recorder name
- stream- stream
- Returns:
- true to record
 
 
- 
 
-