| Package | Description |
|---|---|
| com.wowza.wms.pushpublish.protocol.rtmp |
| Modifier and Type | Class and Description |
|---|---|
class |
PushPublishRTMPNotifyBase
Abstract base class for
IPushPublishRTMPNotify interface |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<IPushPublishRTMPNotify> |
PushPublishRTMP.listeners |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<IPushPublishRTMPNotify> |
PushPublishRTMP.getLocalListeners()
Get a list of IPushPublishRTMPNotify listeners
|
| Modifier and Type | Method and Description |
|---|---|
void |
PushPublishRTMP.addListener(IPushPublishRTMPNotify listener)
Add IPushPublishRTMPNotify listener
|
boolean |
PushPublishRTMP.removeListener(IPushPublishRTMPNotify listener)
rempve IPushPublishRTMPNotify listener
|