Uses of Interface
com.wowza.wms.rtp.model.IRTPSessionNotify
-
Packages that use IRTPSessionNotify Package Description com.wowza.wms.application com.wowza.wms.rtp.model -
-
Uses of IRTPSessionNotify in com.wowza.wms.application
Methods in com.wowza.wms.application with parameters of type IRTPSessionNotify Modifier and Type Method Description void
IApplicationInstance. addRTPListener(IRTPSessionNotify rtpListener)
Add listner to be notified of RTPSession create and destroy.void
IApplicationInstance. removeRTPListener(IRTPSessionNotify rtpListener)
Remove listner to be notified of RTPSession create and destroy. -
Uses of IRTPSessionNotify in com.wowza.wms.rtp.model
Methods in com.wowza.wms.rtp.model with parameters of type IRTPSessionNotify Modifier and Type Method Description void
RTPSessions. addSessionListener(IRTPSessionNotify listener)
Add a RTP session listenervoid
RTPSessions. removeSessionListener(IRTPSessionNotify listener)
Remove an RTP session listener
-