Table of Contents

Enum StreamingProtocol

Namespace
VAST.Common
Assembly
VAST.Common.dll

Specifies streaming protocols as flags that can be combined.

[Flags]
public enum StreamingProtocol : uint
Extension Methods

Fields

All = 4294967295

All protocols.

DASH = 32

Dynamic Adaptive Streaming over HTTP.

HLS = 16

HTTP Live Streaming.

HTTP_MJPEG = 128

HTTP Motion JPEG streaming.

HTTP_TS = 256

HTTP Transport Stream.

None = 0

No protocol.

RTMP = 1

Real-Time Messaging Protocol.

RTP = 4

Real-time Transport Protocol.

RTSP = 2

Real Time Streaming Protocol.

SRT = 1024

Secure Reliable Transport.

TS = 8

MPEG Transport Stream.

WS_PCM = 512

WebSocket PCM audio streaming.

WebRTC = 64

Web Real-Time Communication.

WebTransport = 2048

WebTransport protocol.