Package com.wowza.wms.mediacaster.rtp
Interface IRTPSessionDescriptionDataProvider
-
public interface IRTPSessionDescriptionDataProvider
IRTPSessionDescriptionDataProvider: Internal use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
init
void init(com.wowza.wms.mediacaster.MediaCaster mediaCaster)
-
getSessionDescriptionData
com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionData getSessionDescriptionData(IApplicationInstance appInstance, String streamName, int retryCount, IRTPSessionDescriptionSessionHandler handler, IMediaCaster mediaCaster)
-
sessionStart
void sessionStart(RTPSession rtpSession)
-
sessionStop
void sessionStop(RTPSession rtpSession)
-
doIdle
boolean doIdle(com.wowza.wms.mediacaster.MediaCaster mediaCaster)
-
-