Enum StreamingProtocol
Specifies streaming protocols as flags that can be combined.
[Flags]
public enum StreamingProtocol : uint
- Extension Methods
Fields
All = 4294967295All protocols.
DASH = 32Dynamic Adaptive Streaming over HTTP.
HLS = 16HTTP Live Streaming.
HTTP_MJPEG = 128HTTP Motion JPEG streaming.
HTTP_TS = 256HTTP Transport Stream.
None = 0No protocol.
RTMP = 1Real-Time Messaging Protocol.
RTP = 4Real-time Transport Protocol.
RTSP = 2Real Time Streaming Protocol.
SRT = 1024Secure Reliable Transport.
TS = 8MPEG Transport Stream.
WS_PCM = 512WebSocket PCM audio streaming.
WebRTC = 64Web Real-Time Communication.
WebTransport = 2048WebTransport protocol.