Uses of Interface
com.wowza.wms.stream.livedvr.ILiveStreamDvrRecorder
- 
Packages that use ILiveStreamDvrRecorder Package Description com.wowza.wms.application com.wowza.wms.stream com.wowza.wms.stream.livedvr 
- 
- 
Uses of ILiveStreamDvrRecorder in com.wowza.wms.applicationMethods in com.wowza.wms.application with parameters of type ILiveStreamDvrRecorder Modifier and Type Method Description voidIApplicationInstance. notifyLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder dvr, String streamName)Notify Dvr Recorder CreatevoidIApplicationInstance. notifyLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder dvr)Notify DVR Recorder has been destroyed.voidIApplicationInstance. notifyLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder dvr, String streamName)Notify DVR Recorder has been initialized.
- 
Uses of ILiveStreamDvrRecorder in com.wowza.wms.streamFields in com.wowza.wms.stream with type parameters of type ILiveStreamDvrRecorder Modifier and Type Field Description protected java.util.Map<String,ILiveStreamDvrRecorder>MediaStreamMap. dvrRecordersMethods in com.wowza.wms.stream that return ILiveStreamDvrRecorder Modifier and Type Method Description ILiveStreamDvrRecorderIMediaStream. getDvrRecorder(String name)Get the DVR Recorder interface to a stream by nameILiveStreamDvrRecorderMediaStreamMap. getDvrRecorder(String streamName, String recorderName, boolean doCreate)Get a DVR recorder by name and recorder nameILiveStreamDvrRecorderIMediaStream. removeDvrRecorder(String name)Remove a live stream dvr by nameILiveStreamDvrRecorderMediaStreamMap. removeDvrRecorder(String streamName, String recorderName)Remove DVR RecorderMethods in com.wowza.wms.stream that return types with arguments of type ILiveStreamDvrRecorder Modifier and Type Method Description java.util.List<ILiveStreamDvrRecorder>MediaStreamMap. getDvrRecorders()Returns a list of ILiveStreamDvrRecorder objectsMethods in com.wowza.wms.stream with parameters of type ILiveStreamDvrRecorder Modifier and Type Method Description voidIMediaStream. putDvrRecorder(String name, ILiveStreamDvrRecorder dvr)Add a live stream dvr to this stream
- 
Uses of ILiveStreamDvrRecorder in com.wowza.wms.stream.livedvrMethods in com.wowza.wms.stream.livedvr with parameters of type ILiveStreamDvrRecorder Modifier and Type Method Description voidILiveStreamDvrRecorderActionNotify. onLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder recorder, String streamName)Called when recorder createdvoidILiveStreamDvrRecorderActionNotify. onLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder recorder)Called when recorder destroyedvoidILiveStreamDvrRecorderActionNotify. onLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder recorder, String streamName)Called after recorder is initialized
 
-