Package com.wowza.wms.rtp.model
Interface IRTPSessionNotify
public interface IRTPSessionNotify
IRTPSessionNotify: listener interface for RTP sessions. See RTPSessions.addSessionListener(IRTPSessionNotify listener)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRTPSessionCreate
(RTPSession rtpSession) Invoked when RTP session is createdvoid
onRTPSessionDestroy
(RTPSession rtpSession) Invoked when RTP session is destroyed
-
Method Details
-
onRTPSessionCreate
Invoked when RTP session is created- Parameters:
rtpSession
- RTP session
-
onRTPSessionDestroy
Invoked when RTP session is destroyed- Parameters:
rtpSession
- RTP session
-