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.managerFields in com.wowza.wms.livestreamrecord.manager declared as IStreamRecorderActionNotify Modifier and Type Field Description IStreamRecorderActionNotifyStreamRecorderParameters. notifyListenerConfigures 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 IStreamRecorderActionNotifyIStreamRecorder. 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 IStreamRecorderActionNotifyIStreamRecorder. addListener(IStreamRecorderActionNotify listener)Called to add a listener for IStreamRecorderActionNotify events generated by the recorder.
 Multiple listeners can be added.booleanIStreamRecorder. removeListener(IStreamRecorderActionNotify listener)Called to remove a listener from the the recorder.
 
-