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.clientMethods in com.wowza.wms.client that return RTPStream Modifier and Type Method Description RTPStreamIClient. 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.modelFields in com.wowza.wms.rtp.model with type parameters of type RTPStream Modifier and Type Field Description protected java.util.Map<String,RTPStream>RTPSession. streamsprotected java.util.List<RTPStream>RTPSession. streamsOrderMethods in com.wowza.wms.rtp.model that return RTPStream Modifier and Type Method Description RTPStreamRTPSession. getRTSPStream()Get the default RTP Stream (all RTP sessions have a single RTP Stream)RTPStreamRTPSession. getRTSPStream(String streamId)Get RTP StreamRTPStreamRTPSession. removeRTSPStream(String streamId)Remove RTP streamRTPStreamRTPContext. 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 voidRTPSession. addRTSPStream(RTPStream stream)Add RTP streamvoidRTPContext. cacheRTPStream(RTPStream stream)Cache an RTP stream, Internal use.byte[]IRTPMetadataProvider. getMetadataPacket(RTPStream stream)
- 
Uses of RTPStream in com.wowza.wms.streamMethods in com.wowza.wms.stream that return RTPStream Modifier and Type Method Description RTPStreamIMediaStream. 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 voidIMediaStream. setRTPStream(RTPStream rtpStream)Set the RTP based stream this stream is associated with
- 
Uses of RTPStream in com.wowza.wms.utilMethods in com.wowza.wms.util that return RTPStream Modifier and Type Method Description static RTPStreamRTPUtils. decodeStreamInfo(IApplicationInstance appInstance, RTPContext context, String streamId, String streamInfo)Decode SDP info and create RTP streamstatic RTPStreamRTPUtils. decodeStreamInfo(IApplicationInstance appInstance, com.wowza.wms.rtp.model.RTPStreamContext rtpStreamContext, RTPContext context, String streamId, String streamInfo)Decode SDP info and create RTP streamstatic RTPStreamRTPUtils. decodeStreamInfo(RTPContext context, String streamId, String streamInfo)Decode SDP info and create RTP stream
 
-