Uses of Interface
com.wowza.wms.livestreamrecord.manager.ILiveStreamRecordManagerActionNotify
-
Packages that use ILiveStreamRecordManagerActionNotify Package Description com.wowza.wms.livestreamrecord.manager -
-
Uses of ILiveStreamRecordManagerActionNotify in com.wowza.wms.livestreamrecord.manager
Methods in com.wowza.wms.livestreamrecord.manager that return ILiveStreamRecordManagerActionNotify Modifier and Type Method Description ILiveStreamRecordManagerActionNotify
ILiveStreamRecordManager. addListener(ILiveStreamRecordManagerActionNotify listener)
Used to add a listener to receive ILiveStreamRecordManagerActionNotify events from the LiveStreamRecordManager.Methods in com.wowza.wms.livestreamrecord.manager with parameters of type ILiveStreamRecordManagerActionNotify Modifier and Type Method Description ILiveStreamRecordManagerActionNotify
ILiveStreamRecordManager. addListener(ILiveStreamRecordManagerActionNotify listener)
Used to add a listener to receive ILiveStreamRecordManagerActionNotify events from the LiveStreamRecordManager.boolean
ILiveStreamRecordManager. removeListener(ILiveStreamRecordManagerActionNotify listener)
Used to remove an ILiveStreamRecordManagerActionNotify listener from the LiveStreamRecordManager.
-