Package com.wowza.wms.mediacaster.rtp
Interface IRTPSessionDescriptionDataProvider
- 
 public interface IRTPSessionDescriptionDataProviderIRTPSessionDescriptionDataProvider: Internal use. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandoIdle(com.wowza.wms.mediacaster.MediaCaster mediaCaster)com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionDatagetSessionDescriptionData(IApplicationInstance appInstance, String streamName, int retryCount, IRTPSessionDescriptionSessionHandler handler, IMediaCaster mediaCaster)voidinit(com.wowza.wms.mediacaster.MediaCaster mediaCaster)voidsessionStart(RTPSession rtpSession)voidsessionStop(RTPSession rtpSession)
 
- 
- 
- 
Method Detail- 
initvoid init(com.wowza.wms.mediacaster.MediaCaster mediaCaster) 
 - 
getSessionDescriptionDatacom.wowza.wms.mediacaster.rtp.RTPSessionDescriptionData getSessionDescriptionData(IApplicationInstance appInstance, String streamName, int retryCount, IRTPSessionDescriptionSessionHandler handler, IMediaCaster mediaCaster) 
 - 
sessionStartvoid sessionStart(RTPSession rtpSession) 
 - 
sessionStopvoid sessionStop(RTPSession rtpSession) 
 - 
doIdleboolean doIdle(com.wowza.wms.mediacaster.MediaCaster mediaCaster) 
 
- 
 
-