Uses of Interface
com.wowza.wms.stream.livedvr.ILiveStreamDvrRecorder
Packages that use ILiveStreamDvrRecorder
-
Uses of ILiveStreamDvrRecorder in com.wowza.wms.application
Methods in com.wowza.wms.application with parameters of type ILiveStreamDvrRecorderModifier and TypeMethodDescriptionvoid
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 ILiveStreamDvrRecorderModifier and TypeFieldDescriptionprotected Map<String,
ILiveStreamDvrRecorder> MediaStreamMap.dvrRecorders
Methods in com.wowza.wms.stream that return ILiveStreamDvrRecorderModifier and TypeMethodDescriptionIMediaStream.getDvrRecorder
(String name) Get the DVR Recorder interface to a stream by nameMediaStreamMap.getDvrRecorder
(String streamName, String recorderName, boolean doCreate) Get a DVR recorder by name and recorder nameIMediaStream.removeDvrRecorder
(String name) Remove a live stream dvr by nameMediaStreamMap.removeDvrRecorder
(String streamName, String recorderName) Remove DVR RecorderMethods in com.wowza.wms.stream that return types with arguments of type ILiveStreamDvrRecorderModifier and TypeMethodDescriptionMediaStreamMap.getDvrRecorders()
Returns a list of ILiveStreamDvrRecorder objectsMethods in com.wowza.wms.stream with parameters of type ILiveStreamDvrRecorderModifier and TypeMethodDescriptionvoid
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 ILiveStreamDvrRecorderModifier and TypeMethodDescriptionvoid
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