Uses of Class
com.wowza.wms.rtp.model.RTPContext
-
Packages that use RTPContext Package Description com.wowza.wms.rtp.model com.wowza.wms.rtp.transport com.wowza.wms.util com.wowza.wms.vhost -
-
Uses of RTPContext in com.wowza.wms.rtp.model
Methods in com.wowza.wms.rtp.model that return RTPContext Modifier and Type Method Description RTPContext
RTPStream. getRTPContext()
Get the RTP contextMethods in com.wowza.wms.rtp.model with parameters of type RTPContext Modifier and Type Method Description com.wowza.wms.rtp.model.RTPPacketizerItem
RTPSession. getAudioPacketizerItem(RTPContext rtpContext, IApplicationInstance appInstance, int codecId)
Get audio packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItem
RTPSession. getStreamPacketizerItem(RTPContext rtpContext, IApplicationInstance appInstance, int codecId)
Get stream packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItem
RTPSession. getVideoPacketizerItem(RTPContext rtpContext, IApplicationInstance appInstance, int codecId)
Get video packetizer for a given codec id.Constructors in com.wowza.wms.rtp.model with parameters of type RTPContext Constructor Description RTPStream(RTPContext context, String streamId)
Constructor -
Uses of RTPContext in com.wowza.wms.rtp.transport
Methods in com.wowza.wms.rtp.transport that return RTPContext Modifier and Type Method Description RTPContext
IUDPTransport. getRTPContext()
Methods in com.wowza.wms.rtp.transport with parameters of type RTPContext Modifier and Type Method Description void
IUDPTransport. setRTPContext(RTPContext rtpContext)
-
Uses of RTPContext in com.wowza.wms.util
Methods in com.wowza.wms.util with parameters of type RTPContext 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 streamstatic boolean
RTPUtils. loadConfigFile(RTPContext rtpContext, String fileURL)
Load config file, Internal use. -
Uses of RTPContext in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return RTPContext Modifier and Type Method Description RTPContext
IVHost. getRTPContext()
Get the RTP (real time protocol) virtual host context
-