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.model
Methods in com.wowza.wms.rtp.model that return IUDPTransport Modifier and Type Method Description IUDPTransport
RTPPort. getUDPTransport()
Get the UDP transportIUDPTransport
RTPStream. 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 void
RTPStream. setUDPTransport(IUDPTransport udpTransport)
-
Uses of IUDPTransport in com.wowza.wms.rtp.transport
Methods in com.wowza.wms.rtp.transport with parameters of type IUDPTransport Modifier and Type Method Description void
IUDPTransport. copyContext(IUDPTransport transport)
-