Uses of Interface
com.wowza.wms.pushpublish.protocol.rtmp.IPushPublishRTMPNotify
Packages that use IPushPublishRTMPNotify
-
Uses of IPushPublishRTMPNotify in com.wowza.wms.pushpublish.protocol.rtmp
Classes in com.wowza.wms.pushpublish.protocol.rtmp that implement IPushPublishRTMPNotifyFields in com.wowza.wms.pushpublish.protocol.rtmp with type parameters of type IPushPublishRTMPNotifyModifier and TypeFieldDescriptionprotected List<IPushPublishRTMPNotify>
PushPublishRTMP.listeners
Methods in com.wowza.wms.pushpublish.protocol.rtmp that return types with arguments of type IPushPublishRTMPNotifyModifier and TypeMethodDescriptionprotected List<IPushPublishRTMPNotify>
PushPublishRTMP.getLocalListeners()
Get a list of IPushPublishRTMPNotify listenersMethods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type IPushPublishRTMPNotifyModifier and TypeMethodDescriptionvoid
PushPublishRTMP.addListener
(IPushPublishRTMPNotify listener) Add IPushPublishRTMPNotify listenerboolean
PushPublishRTMP.removeListener
(IPushPublishRTMPNotify listener) rempve IPushPublishRTMPNotify listener