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