Uses of Class
com.wowza.wms.rtp.model.RTPContext

Packages that use RTPContext
com.wowza.wms.rtp.model   
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
 RTPContext RTPStream.getRTPContext()
          Get the RTP context
 

Methods in com.wowza.wms.rtp.model with parameters of type RTPContext
 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
RTPStream(RTPContext context, String streamId)
          Constructor
 

Uses of RTPContext in com.wowza.wms.util
 

Methods in com.wowza.wms.util with parameters of type RTPContext
static RTPStream RTPUtils.decodeStreamInfo(RTPContext context, String streamId, String streamInfo)
          Decode SDP info and create RTP stream
static void 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
 RTPContext IVHost.getRTPContext()
          Get the RTP (real time protocol) virtual host context