Package com.wowza.wms.module
Interface IModuleOnRTPSession
- 
 public interface IModuleOnRTPSessionIModuleOnRTPSession: method interface for RTP session create/destroy. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRTPSessionCreate(RTPSession rtpSession)Invoked when an RTP Session is created.voidonRTPSessionDestroy(RTPSession rtpSession)Invoked when an RTP Session is destroyed.
 
- 
- 
- 
Method Detail- 
onRTPSessionCreatevoid onRTPSessionCreate(RTPSession rtpSession) Invoked when an RTP Session is created.- Parameters:
- rtpSession- rtpSession
 
 - 
onRTPSessionDestroyvoid onRTPSessionDestroy(RTPSession rtpSession) Invoked when an RTP Session is destroyed.- Parameters:
- rtpSession- rtpSession
 
 
- 
 
-