Package com.wowza.wms.rtp.model
Interface IRTPSessionNotify
- 
 public interface IRTPSessionNotifyIRTPSessionNotify: listener interface for RTP sessions. See RTPSessions.addSessionListener(IRTPSessionNotify listener) 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRTPSessionCreate(RTPSession rtpSession)Invoked when RTP session is createdvoidonRTPSessionDestroy(RTPSession rtpSession)Invoked when RTP session is destroyed
 
- 
- 
- 
Method Detail- 
onRTPSessionCreatevoid onRTPSessionCreate(RTPSession rtpSession) Invoked when RTP session is created- Parameters:
- rtpSession- RTP session
 
 - 
onRTPSessionDestroyvoid onRTPSessionDestroy(RTPSession rtpSession) Invoked when RTP session is destroyed- Parameters:
- rtpSession- RTP session
 
 
- 
 
-