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