| Package | Description |
|---|---|
| com.wowza.wms.livestreamrecord.manager |
| Modifier and Type | Field and 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. |
| Modifier and Type | Method and Description |
|---|---|
IStreamRecorderActionNotify |
IStreamRecorder.addListener(IStreamRecorderActionNotify listener)
Called to add a listener for IStreamRecorderActionNotify events generated by the recorder.
Multiple listeners can be added. |
| Modifier and Type | Method and 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.
|