Table of Contents

Enum YouTubeVideoInfoFormat

Namespace
VisioForge.Core.Types
Assembly
VisioForge.Core.dll

Specifies the format of a YouTube video stream, indicating the container and codec used.

public enum YouTubeVideoInfoFormat

Fields

MP4 = 0

The video stream is in MP4 (MPEG-4 Part 14) format, a common container for video, audio, and other data.

WebM = 1

The video stream is in WebM format, an open, royalty-free media file format designed for the web.

Unsupported = 2

The video stream format is unsupported or has become outdated.

Remarks

This enumeration helps in identifying the technical characteristics of a YouTube video stream, which is crucial for compatibility and playback decisions.