Table of Contents

Enum UDPRAWVideoCodec

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

Elementary video codec carried by a UDP RAW source. Used for the RTP and Raw modes where the format cannot be auto-detected.

public enum UDPRAWVideoCodec

Fields

H264 = 0

H264 / AVC. Valid for RTP and Raw.

H265 = 1

H265 / HEVC. Valid for RTP and Raw.

VP8 = 2

VP8. Valid for RTP only (no elementary parser exists for the Raw mode).

VP9 = 3

VP9. Valid for RTP and Raw.

AV1 = 4

AV1. Valid for Raw only (no AV1 RTP depayloader is assumed available).

MPEG2 = 5

MPEG-1/MPEG-2 video. Valid for Raw only.

MJPEG = 6

Motion JPEG. Valid for RTP and Raw.