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.modelMethods in com.wowza.wms.rtp.model that return RTPContext Modifier and Type Method Description RTPContextRTPStream. 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.RTPPacketizerItemRTPSession. getAudioPacketizerItem(RTPContext rtpContext, IApplicationInstance appInstance, int codecId)Get audio packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItemRTPSession. getStreamPacketizerItem(RTPContext rtpContext, IApplicationInstance appInstance, int codecId)Get stream packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItemRTPSession. 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.transportMethods in com.wowza.wms.rtp.transport that return RTPContext Modifier and Type Method Description RTPContextIUDPTransport. getRTPContext()Methods in com.wowza.wms.rtp.transport with parameters of type RTPContext Modifier and Type Method Description voidIUDPTransport. setRTPContext(RTPContext rtpContext)
- 
Uses of RTPContext in com.wowza.wms.utilMethods in com.wowza.wms.util with parameters of type RTPContext 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 streamstatic booleanRTPUtils. loadConfigFile(RTPContext rtpContext, String fileURL)Load config file, Internal use.
- 
Uses of RTPContext in com.wowza.wms.vhostMethods in com.wowza.wms.vhost that return RTPContext Modifier and Type Method Description RTPContextIVHost. getRTPContext()Get the RTP (real time protocol) virtual host context
 
-