Enum StreamDisposition
Enum representing the stream disposition flags, indicating special properties of a stream.
Namespace: FFmpeg.Formats
Assembly: FFmpeg.dll
Syntax
[Flags]
public enum StreamDisposition
Fields
| Name | Description |
|---|---|
| AttachedPicture | The stream is stored in the file as an attached picture/cover art. |
| Captions | The subtitle stream contains captions, providing a transcription and possibly a translation of the audio, typically intended for hearing-impaired audiences. |
| CleanEffects | The audio stream contains music and sound effects without voice. |
| Commentary | The stream is a commentary track. |
| Default | The stream should be chosen by default among other streams of the same type, unless the user has explicitly specified otherwise. |
| Dependent | The stream is intended to be mixed with another stream before presentation, such as an image part of a HEIF grid or mix_type=0 in MPEG-TS. |
| Descriptions | The subtitle stream contains a textual description of the video content, typically intended for visually-impaired audiences or for situations where the video cannot be seen. |
| Dub | The stream is not in the original language. |
| Forced | The track should be used during playback by default, useful for subtitle tracks that should be displayed even when the user did not explicitly ask for subtitles. |
| HearingImpaired | The stream is intended for hearing-impaired audiences. |
| Karaoke | The stream contains karaoke audio. |
| Lyrics | The stream contains song lyrics. |
| Metadata | The subtitle stream contains time-aligned metadata that is not intended to be directly presented to the user. |
| NonDiegetic | The stream is intended to be mixed with a spatial audio track. |
| Original | The stream is in the original language. |
| StillImage | The video stream contains still images. |
| TimedThumbnails | The stream is sparse and contains thumbnail images, often corresponding to chapter markers. |
| VisuallyImpaired | The stream is intended for visually-impaired audiences. |