Uses of Interface
com.wowza.wms.rtp.transport.IUDPTransportSession
-
Packages that use IUDPTransportSession Package Description com.wowza.wms.rtp.model com.wowza.wms.rtp.transport -
-
Uses of IUDPTransportSession in com.wowza.wms.rtp.model
Methods in com.wowza.wms.rtp.model with parameters of type IUDPTransportSession Modifier and Type Method Description void
RTPPort. sessionClosed(IUDPTransportSession session)
void
RTPPort. sessionOpened(IUDPTransportSession session)
-
Uses of IUDPTransportSession in com.wowza.wms.rtp.transport
Methods in com.wowza.wms.rtp.transport with parameters of type IUDPTransportSession Modifier and Type Method Description void
IUDPMessageHandler. sessionClosed(IUDPTransportSession session)
void
IUDPMessageHandler. sessionOpened(IUDPTransportSession session)
-