Table of Contents

Enum RtpTransportType

Namespace
VAST.RTP
Assembly
VAST.RTSP.dll

Specifies the transport type used for RTP packet delivery.

[Flags]
public enum RtpTransportType : uint

Fields

Any = 4294967295

Any transport type.

HttpTunnel = 4

HTTP tunnel transport for traversing firewalls and proxies.

TcpInterleaved = 2

TCP interleaved transport where RTP packets are multiplexed on the RTSP connection.

Udp = 1

UDP transport.