Uses of Interface
com.wowza.wms.rtp.model.IRTSPActionNotify
-
Packages that use IRTSPActionNotify Package Description com.wowza.wms.pushpublish.protocol.rtp com.wowza.wms.rtp.model -
-
Uses of IRTSPActionNotify in com.wowza.wms.pushpublish.protocol.rtp
Classes in com.wowza.wms.pushpublish.protocol.rtp that implement IRTSPActionNotify Modifier and Type Class Description class
PushPublishRTSPActionNotify
The Class PushPublishRTSPActionNotify. -
Uses of IRTSPActionNotify in com.wowza.wms.rtp.model
Fields in com.wowza.wms.rtp.model with type parameters of type IRTSPActionNotify Modifier and Type Field Description protected java.util.List<IRTSPActionNotify>
RTPSession. actionListeners
Methods in com.wowza.wms.rtp.model with parameters of type IRTSPActionNotify Modifier and Type Method Description void
RTPSession. addActionListener(IRTSPActionNotify actionListener)
Add action listenervoid
RTPSession. removeActionListener(IRTSPActionNotify actionListener)
Remove action listener
-