|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RTPStream | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
RTPStream |
RTPSession.getRTSPStream()
Get the default RTP Stream (all RTP sessions have a single RTP Stream) |
RTPStream |
RTPSession.getRTSPStream(String streamId)
Get RTP Stream |
RTPStream |
RTPSession.removeRTSPStream(String streamId)
Remove RTP stream |
RTPStream |
RTPContext.uncacheRTPStream(String streamId)
UnCache an RTP stream, Internal use. |
| Methods in com.wowza.wms.rtp.model with parameters of type RTPStream | |
|---|---|
void |
RTPSession.addRTSPStream(RTPStream stream)
Add RTP stream |
void |
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 | |
|---|---|
RTPStream |
IMediaStream.getRTPStream()
Get the RTP based stream this stream is associated with |
| Methods in com.wowza.wms.stream with parameters of type RTPStream | |
|---|---|
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 | |
|---|---|
static RTPStream |
RTPUtils.decodeStreamInfo(RTPContext context,
String streamId,
String streamInfo)
Decode SDP info and create RTP stream |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||