Uses of Class
com.wowza.wms.rtp.model.RTPDestination

Packages that use RTPDestination
com.wowza.wms.rtp.model   
com.wowza.wms.util   
 

Uses of RTPDestination in com.wowza.wms.rtp.model
 

Methods in com.wowza.wms.rtp.model that return RTPDestination
 RTPDestination RTPStream.getRTPDestination()
          Get RTP destination
 

Methods in com.wowza.wms.rtp.model with parameters of type RTPDestination
 void RTPStream.setRTPDestination(RTPDestination rtpDestination)
          Set RTP destination
 

Uses of RTPDestination in com.wowza.wms.util
 

Methods in com.wowza.wms.util with parameters of type RTPDestination
static RTPPushPublishSession RTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, RTPDestination rtpDestination)
          Start pushing an RTP stream
static String RTPUtils.updateSDPDestination(RTPDestination rtpDestination, String sdpData)
          Update SDP data information with RTP destination information