Uses of Class
com.wowza.wms.rtp.model.RTPStream
Packages that use RTPStream
Package
Description
-
Uses of RTPStream in com.wowza.wms.client
Methods in com.wowza.wms.client that return RTPStreamModifier and TypeMethodDescriptionIClient.getRTPStream()
If this client was created due to an RTP connection to the server return the underlying RTPStream object -
Uses of RTPStream in com.wowza.wms.rtp.model
Fields in com.wowza.wms.rtp.model with type parameters of type RTPStreamMethods in com.wowza.wms.rtp.model that return RTPStreamModifier and TypeMethodDescriptionRTPSession.getRTSPStream()
Get the default RTP Stream (all RTP sessions have a single RTP Stream)RTPSession.getRTSPStream
(String streamId) Get RTP StreamRTPSession.removeRTSPStream
(String streamId) Remove RTP streamRTPContext.uncacheRTPStream
(String streamId) UnCache an RTP stream, Internal use.Methods in com.wowza.wms.rtp.model with parameters of type RTPStreamModifier and TypeMethodDescriptionvoid
RTPSession.addRTSPStream
(RTPStream stream) Add RTP streamvoid
RTPContext.cacheRTPStream
(RTPStream stream) Cache an RTP stream, Internal use.byte[]
IRTPMetadataProvider.getMetadataPacket
(RTPStream stream) -
Uses of RTPStream in com.wowza.wms.stream
Methods in com.wowza.wms.stream that return RTPStreamModifier and TypeMethodDescriptionIMediaStream.getRTPStream()
Get the RTP based stream this stream is associated withMethods in com.wowza.wms.stream with parameters of type RTPStreamModifier and TypeMethodDescriptionvoid
IMediaStream.setRTPStream
(RTPStream rtpStream) Set the RTP based stream this stream is associated with -
Uses of RTPStream in com.wowza.wms.util
Methods in com.wowza.wms.util that return RTPStreamModifier and TypeMethodDescriptionstatic RTPStream
RTPUtils.decodeStreamInfo
(IApplicationInstance appInstance, RTPContext context, String streamId, String streamInfo) Decode SDP info and create RTP streamstatic RTPStream
RTPUtils.decodeStreamInfo
(IApplicationInstance appInstance, com.wowza.wms.rtp.model.RTPStreamContext rtpStreamContext, RTPContext context, String streamId, String streamInfo) Decode SDP info and create RTP streamstatic RTPStream
RTPUtils.decodeStreamInfo
(RTPContext context, String streamId, String streamInfo) Decode SDP info and create RTP stream