Uses of Interface
com.wowza.wms.livestreamrecord.manager.IStreamRecorderActionNotify
-
Packages that use IStreamRecorderActionNotify Package Description com.wowza.wms.livestreamrecord.manager -
-
Uses of IStreamRecorderActionNotify in com.wowza.wms.livestreamrecord.manager
Fields in com.wowza.wms.livestreamrecord.manager declared as IStreamRecorderActionNotify Modifier and Type Field Description IStreamRecorderActionNotify
StreamRecorderParameters. 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 IStreamRecorderActionNotify Modifier and Type Method Description IStreamRecorderActionNotify
IStreamRecorder. 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 IStreamRecorderActionNotify Modifier and Type Method Description IStreamRecorderActionNotify
IStreamRecorder. 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.
-