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.rtmp
Classes in com.wowza.wms.pushpublish.protocol.rtmp that implement IPushPublishRTMPNotify Modifier and Type Class Description class
PushPublishRTMPNotifyBase
Abstract base class forIPushPublishRTMPNotify
interfaceFields in com.wowza.wms.pushpublish.protocol.rtmp with type parameters of type IPushPublishRTMPNotify Modifier and Type Field Description protected java.util.List<IPushPublishRTMPNotify>
PushPublishRTMP. listeners
Methods 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 void
PushPublishRTMP. addListener(IPushPublishRTMPNotify listener)
Add IPushPublishRTMPNotify listenerboolean
PushPublishRTMP. removeListener(IPushPublishRTMPNotify listener)
rempve IPushPublishRTMPNotify listener
-