Table of Contents

Enum UDPRAWSourceMode

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

Transport mode of a UDP RAW source.

public enum UDPRAWSourceMode

Fields

Auto = 0

Auto-detect the container with typefind/parsebin. Works for MPEG-TS over UDP (the most common "UDP video" case) and any other container parsebin can detect.

MPEGTS = 1

MPEG-TS over UDP. Demuxed and parsed via parsebin without decoding.

RTP = 2

RTP over UDP. Requires the elementary codec to be specified via VisioForge.Core.Types.X.Sources.UDPRAWSourceSettings.VideoCodec (no SDP is available for a bare UDP socket), then depayloaded and parsed without decoding.

Raw = 3

Raw elementary stream over UDP (bare H264/H265 with no container). Requires VisioForge.Core.Types.X.Sources.UDPRAWSourceSettings.VideoCodec.