Uses of Interface
com.wowza.wms.pushpublish.protocol.rtmp.IPushPublishRTMPNotify
- 
Packages that use IPushPublishRTMPNotify Package Description com.wowza.wms.pushpublish.protocol.rtmp 
- 
- 
Uses of IPushPublishRTMPNotify in com.wowza.wms.pushpublish.protocol.rtmpClasses in com.wowza.wms.pushpublish.protocol.rtmp that implement IPushPublishRTMPNotify Modifier and Type Class Description classPushPublishRTMPNotifyBaseAbstract base class forIPushPublishRTMPNotifyinterfaceFields in com.wowza.wms.pushpublish.protocol.rtmp with type parameters of type IPushPublishRTMPNotify Modifier and Type Field Description protected java.util.List<IPushPublishRTMPNotify>PushPublishRTMP. listenersMethods in com.wowza.wms.pushpublish.protocol.rtmp that return types with arguments of type IPushPublishRTMPNotify Modifier and Type Method Description protected java.util.List<IPushPublishRTMPNotify>PushPublishRTMP. getLocalListeners()Get a list of IPushPublishRTMPNotify listenersMethods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type IPushPublishRTMPNotify Modifier and Type Method Description voidPushPublishRTMP. addListener(IPushPublishRTMPNotify listener)Add IPushPublishRTMPNotify listenerbooleanPushPublishRTMP. removeListener(IPushPublishRTMPNotify listener)rempve IPushPublishRTMPNotify listener
 
-