Uses of Interface
com.wowza.wms.livestreamrecord.manager.IStreamRecorderActionNotify
Packages that use IStreamRecorderActionNotify
-
Uses of IStreamRecorderActionNotify in com.wowza.wms.livestreamrecord.manager
Fields in com.wowza.wms.livestreamrecord.manager declared as IStreamRecorderActionNotifyModifier and TypeFieldDescriptionStreamRecorderParameters.notifyListener
Configures the StreamRecorder listener for the recorder
Valid values are the fully qualified class path to the class which implements the IStreamRecorderActionNotify interface.Methods in com.wowza.wms.livestreamrecord.manager that return IStreamRecorderActionNotifyModifier and TypeMethodDescriptionIStreamRecorder.addListener
(IStreamRecorderActionNotify listener) Called to add a listener for IStreamRecorderActionNotify events generated by the recorder.
Multiple listeners can be added.Methods in com.wowza.wms.livestreamrecord.manager with parameters of type IStreamRecorderActionNotifyModifier and TypeMethodDescriptionIStreamRecorder.addListener
(IStreamRecorderActionNotify listener) Called to add a listener for IStreamRecorderActionNotify events generated by the recorder.
Multiple listeners can be added.boolean
IStreamRecorder.removeListener
(IStreamRecorderActionNotify listener) Called to remove a listener from the the recorder.