Uses of Class
com.wowza.wms.rtp.model.RTPDestination
- 
Packages that use RTPDestination Package Description com.wowza.wms.pushpublish.protocol.rtp com.wowza.wms.rtp.model com.wowza.wms.util 
- 
- 
Uses of RTPDestination in com.wowza.wms.pushpublish.protocol.rtpFields in com.wowza.wms.pushpublish.protocol.rtp declared as RTPDestination Modifier and Type Field Description protected RTPDestinationPushPublishRTP. mRtpDestinationThe m rtp destination.Methods in com.wowza.wms.pushpublish.protocol.rtp that return RTPDestination Modifier and Type Method Description RTPDestinationPushPublishRTP. getmRtpDestination()Constructors in com.wowza.wms.pushpublish.protocol.rtp with parameters of type RTPDestination Constructor Description PushPublishRTPRunner(PushPublishRTP pushPublisherRTP, RTPDestination rtpDestination)Instantiates a new rTP PushPublishRTPRunner.
- 
Uses of RTPDestination in com.wowza.wms.rtp.modelMethods in com.wowza.wms.rtp.model that return RTPDestination Modifier and Type Method Description RTPDestinationRTPStream. getRTPDestination()Get RTP destinationMethods in com.wowza.wms.rtp.model with parameters of type RTPDestination Modifier and Type Method Description voidRTPStream. setRTPDestination(RTPDestination rtpDestination)Set RTP destination
- 
Uses of RTPDestination in com.wowza.wms.utilMethods in com.wowza.wms.util with parameters of type RTPDestination Modifier and Type Method Description static RTPPushPublishSessionRTPUtils. startRTPPull(IApplicationInstance appInstance, String streamName, RTPDestination rtpDestination)Start pushing an RTP streamstatic StringRTPUtils. updateSDPDestination(RTPDestination rtpDestination, String sdpData)Update SDP data information with RTP destination information
 
-