Uses of Class
com.wowza.wms.rtp.model.RTPPushPublishSession
- 
Packages that use RTPPushPublishSession Package Description com.wowza.wms.pushpublish.protocol.rtp com.wowza.wms.util 
- 
- 
Uses of RTPPushPublishSession in com.wowza.wms.pushpublish.protocol.rtpFields in com.wowza.wms.pushpublish.protocol.rtp declared as RTPPushPublishSession Modifier and Type Field Description protected RTPPushPublishSessionPushPublishRTP. rtpPushPublishSessionThe rtp push publish session.Methods in com.wowza.wms.pushpublish.protocol.rtp that return RTPPushPublishSession Modifier and Type Method Description RTPPushPublishSessionPushPublishRTP. getRTPPushPublishSession()Gets the rTP push publish session.Methods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type RTPPushPublishSession Modifier and Type Method Description voidPushPublishRTP. setRTPPushPublishSession(RTPPushPublishSession rtpPushPublishSession)Sets the rTP push publish session.
- 
Uses of RTPPushPublishSession in com.wowza.wms.utilMethods in com.wowza.wms.util that return RTPPushPublishSession Modifier and Type Method Description static RTPPushPublishSessionRTPUtils. startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort)Start pushing an RTP streamstatic RTPPushPublishSessionRTPUtils. startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort, boolean isRTPWrapped)Start pushing an RTP streamstatic RTPPushPublishSessionRTPUtils. startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort)Start pushing an RTP streamstatic RTPPushPublishSessionRTPUtils. startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort, boolean isRTPWrapped)Start pushing an RTP streamstatic RTPPushPublishSessionRTPUtils. startRTPPull(IApplicationInstance appInstance, String streamName, RTPDestination rtpDestination)Start pushing an RTP streamMethods in com.wowza.wms.util with parameters of type RTPPushPublishSession Modifier and Type Method Description static voidRTPUtils. stopRTPPull(RTPPushPublishSession rtpPushPublishSession)Stop pushing an RTP stream
 
-