Table of Contents

Enum RtpTransportType

Namespace
VAST.ONVIF
Assembly
VAST.ONVIF.dll

Specifies the RTP transport type used for streaming.

public enum RtpTransportType

Fields

HttpTunnel = 2

HTTP tunnel transport for RTSP.

TcpInterleaved = 1

TCP interleaved transport over RTSP.

Udp = 0

UDP transport.