Uses of Interface
com.wowza.wms.rtp.transport.IUDPTransport
- 
Packages that use IUDPTransport Package Description com.wowza.wms.rtp.model com.wowza.wms.rtp.transport 
- 
- 
Uses of IUDPTransport in com.wowza.wms.rtp.modelMethods in com.wowza.wms.rtp.model that return IUDPTransport Modifier and Type Method Description IUDPTransportRTPPort. getUDPTransport()Get the UDP transportIUDPTransportRTPStream. getUDPTransport(boolean isMulticast)Get the UDP transport for this streamMethods in com.wowza.wms.rtp.model with parameters of type IUDPTransport Modifier and Type Method Description voidRTPStream. setUDPTransport(IUDPTransport udpTransport)
- 
Uses of IUDPTransport in com.wowza.wms.rtp.transportMethods in com.wowza.wms.rtp.transport with parameters of type IUDPTransport Modifier and Type Method Description voidIUDPTransport. copyContext(IUDPTransport transport)
 
-