com.wowza.wms.module
Interface IModuleOnRTPSession


public interface IModuleOnRTPSession

IModuleOnRTPSession: method interface for RTP session create/destroy.


Method Summary
 void onRTPSessionCreate(RTPSession rtpSession)
          Invoked when an RTP Session is created.
 void onRTPSessionDestroy(RTPSession rtpSession)
          Invoked when an RTP Session is destroyed.
 

Method Detail

onRTPSessionCreate

void onRTPSessionCreate(RTPSession rtpSession)
Invoked when an RTP Session is created.

Parameters:
rtpSession - rtpSession

onRTPSessionDestroy

void onRTPSessionDestroy(RTPSession rtpSession)
Invoked when an RTP Session is destroyed.

Parameters:
rtpSession - rtpSession