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.application
Methods in com.wowza.wms.application with parameters of type ILiveStreamDvrRecorder Modifier and Type Method Description void
IApplicationInstance. notifyLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder dvr, String streamName)
Notify Dvr Recorder Createvoid
IApplicationInstance. notifyLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder dvr)
Notify DVR Recorder has been destroyed.void
IApplicationInstance. notifyLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder dvr, String streamName)
Notify DVR Recorder has been initialized. -
Uses of ILiveStreamDvrRecorder in com.wowza.wms.stream
Fields in com.wowza.wms.stream with type parameters of type ILiveStreamDvrRecorder Modifier and Type Field Description protected java.util.Map<String,ILiveStreamDvrRecorder>
MediaStreamMap. dvrRecorders
Methods in com.wowza.wms.stream that return ILiveStreamDvrRecorder Modifier and Type Method Description ILiveStreamDvrRecorder
IMediaStream. getDvrRecorder(String name)
Get the DVR Recorder interface to a stream by nameILiveStreamDvrRecorder
MediaStreamMap. getDvrRecorder(String streamName, String recorderName, boolean doCreate)
Get a DVR recorder by name and recorder nameILiveStreamDvrRecorder
IMediaStream. removeDvrRecorder(String name)
Remove a live stream dvr by nameILiveStreamDvrRecorder
MediaStreamMap. 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 void
IMediaStream. putDvrRecorder(String name, ILiveStreamDvrRecorder dvr)
Add a live stream dvr to this stream -
Uses of ILiveStreamDvrRecorder in com.wowza.wms.stream.livedvr
Methods in com.wowza.wms.stream.livedvr with parameters of type ILiveStreamDvrRecorder Modifier and Type Method Description void
ILiveStreamDvrRecorderActionNotify. onLiveStreamDvrRecorderCreate(ILiveStreamDvrRecorder recorder, String streamName)
Called when recorder createdvoid
ILiveStreamDvrRecorderActionNotify. onLiveStreamDvrRecorderDestroy(ILiveStreamDvrRecorder recorder)
Called when recorder destroyedvoid
ILiveStreamDvrRecorderActionNotify. onLiveStreamDvrRecorderInit(ILiveStreamDvrRecorder recorder, String streamName)
Called after recorder is initialized
-