Package com.wowza.wms.module
Interface IModuleOnRTPSession
public interface IModuleOnRTPSession
IModuleOnRTPSession: method interface for RTP session create/destroy.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRTPSessionCreate
(RTPSession rtpSession) Invoked when an RTP Session is created.void
onRTPSessionDestroy
(RTPSession rtpSession) Invoked when an RTP Session is destroyed.
-
Method Details
-
onRTPSessionCreate
Invoked when an RTP Session is created.- Parameters:
rtpSession
- rtpSession
-
onRTPSessionDestroy
Invoked when an RTP Session is destroyed.- Parameters:
rtpSession
- rtpSession
-