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.applicationMethods in com.wowza.wms.application with parameters of type IRTPSessionNotify Modifier and Type Method Description voidIApplicationInstance. addRTPListener(IRTPSessionNotify rtpListener)Add listner to be notified of RTPSession create and destroy.voidIApplicationInstance. removeRTPListener(IRTPSessionNotify rtpListener)Remove listner to be notified of RTPSession create and destroy.
- 
Uses of IRTPSessionNotify in com.wowza.wms.rtp.modelMethods in com.wowza.wms.rtp.model with parameters of type IRTPSessionNotify Modifier and Type Method Description voidRTPSessions. addSessionListener(IRTPSessionNotify listener)Add a RTP session listenervoidRTPSessions. removeSessionListener(IRTPSessionNotify listener)Remove an RTP session listener
 
-