com.wowza.wms.mediacaster.rtp
Interface IRTPSessionDescriptionDataProvider


public interface IRTPSessionDescriptionDataProvider

IRTPSessionDescriptionDataProvider: Internal use.


Method Summary
 boolean doIdle(com.wowza.wms.mediacaster.MediaCaster mediaCaster)
           
 com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionData getSessionDescriptionData(IApplicationInstance appInstance, String streamName, int retryCount, IRTPSessionDescriptionSessionHandler handler, IMediaCaster mediaCaster)
           
 void init(com.wowza.wms.mediacaster.MediaCaster mediaCaster)
           
 void sessionStart(RTPSession rtpSession)
           
 void sessionStop(RTPSession rtpSession)
           
 

Method Detail

doIdle

boolean doIdle(com.wowza.wms.mediacaster.MediaCaster mediaCaster)

getSessionDescriptionData

com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionData getSessionDescriptionData(IApplicationInstance appInstance,
                                                                                  String streamName,
                                                                                  int retryCount,
                                                                                  IRTPSessionDescriptionSessionHandler handler,
                                                                                  IMediaCaster mediaCaster)

init

void init(com.wowza.wms.mediacaster.MediaCaster mediaCaster)

sessionStart

void sessionStart(RTPSession rtpSession)

sessionStop

void sessionStop(RTPSession rtpSession)