Show / Hide Table of Contents

Enum MediaType

Represents different types of media streams. Mapped from FFmpeg.AutoGen._AVMediaType enum.

Namespace: FFmpeg.Utils
Assembly: FFmpeg.dll
Syntax
public enum MediaType

Fields

Name Description
Attachment

Attachment stream. Used for sparse data such as images, fonts, or other assets attached to the media.

Audio

Audio stream. Typically used for sound content.

Data

Opaque data stream. Used for continuous data without a specific media type.

Subtitle

Subtitle stream. Used for text-based content like captions or translations.

Unknown

Unknown media type. This is usually treated as Data.

Video

Video stream. Typically used for visual content.

__COUNT__

Total number of media types. This value is not a valid media type and is used internally for counting purposes.

  • View Source
In this article
Back to top Generated by DocFX