Uses of Class
com.wowza.wms.rtp.model.RTPStream
-
Packages that use RTPStream Package Description com.wowza.wms.client com.wowza.wms.rtp.model com.wowza.wms.stream com.wowza.wms.util -
-
Uses of RTPStream in com.wowza.wms.client
Methods in com.wowza.wms.client that return RTPStream Modifier and Type Method Description RTPStream
IClient. 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 RTPStream Modifier and Type Field Description protected java.util.Map<String,RTPStream>
RTPSession. streams
protected java.util.List<RTPStream>
RTPSession. streamsOrder
Methods in com.wowza.wms.rtp.model that return RTPStream Modifier and Type Method Description RTPStream
RTPSession. getRTSPStream()
Get the default RTP Stream (all RTP sessions have a single RTP Stream)RTPStream
RTPSession. getRTSPStream(String streamId)
Get RTP StreamRTPStream
RTPSession. removeRTSPStream(String streamId)
Remove RTP streamRTPStream
RTPContext. uncacheRTPStream(String streamId)
UnCache an RTP stream, Internal use.Methods in com.wowza.wms.rtp.model with parameters of type RTPStream Modifier and Type Method Description void
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 RTPStream Modifier and Type Method Description RTPStream
IMediaStream. getRTPStream()
Get the RTP based stream this stream is associated withMethods in com.wowza.wms.stream with parameters of type RTPStream Modifier and Type Method Description void
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 RTPStream Modifier and Type Method Description static 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
-