Uses of Class
com.wowza.wms.rtp.model.RTPContext
Packages that use RTPContext
Package
Description
-
Uses of RTPContext in com.wowza.wms.rtp.model
Methods in com.wowza.wms.rtp.model that return RTPContextMethods in com.wowza.wms.rtp.model with parameters of type RTPContextModifier and TypeMethodDescriptioncom.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 -
Uses of RTPContext in com.wowza.wms.rtp.transport
Methods in com.wowza.wms.rtp.transport that return RTPContextMethods in com.wowza.wms.rtp.transport with parameters of type RTPContext -
Uses of RTPContext in com.wowza.wms.util
Methods in com.wowza.wms.util with parameters of type RTPContextModifier and TypeMethodDescriptionstatic 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 RTPContextModifier and TypeMethodDescriptionIVHost.getRTPContext()
Get the RTP (real time protocol) virtual host context