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.rtp
Fields in com.wowza.wms.pushpublish.protocol.rtp declared as RTPDestination Modifier and Type Field Description protected RTPDestination
PushPublishRTP. mRtpDestination
The m rtp destination.Methods in com.wowza.wms.pushpublish.protocol.rtp that return RTPDestination Modifier and Type Method Description RTPDestination
PushPublishRTP. 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.model
Methods in com.wowza.wms.rtp.model that return RTPDestination Modifier and Type Method Description RTPDestination
RTPStream. getRTPDestination()
Get RTP destinationMethods in com.wowza.wms.rtp.model with parameters of type RTPDestination Modifier and Type Method Description 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 Modifier and Type Method Description static RTPPushPublishSession
RTPUtils. startRTPPull(IApplicationInstance appInstance, String streamName, RTPDestination rtpDestination)
Start pushing an RTP streamstatic String
RTPUtils. updateSDPDestination(RTPDestination rtpDestination, String sdpData)
Update SDP data information with RTP destination information
-