Skip to content

Latest commit

 

History

History
212 lines (110 loc) · 4.54 KB

AVDisposition.md

File metadata and controls

212 lines (110 loc) · 4.54 KB

libmediaDocs


libmedia / avformat/AVStream / AVDisposition

Enumeration: AVDisposition

Enumeration Members

ATTACHED_PIC

ATTACHED_PIC: 1024

The stream is stored in the file as an attached picture/"cover art" (e.g. APIC frame in ID3v2). The first (usually only) packet associated with it will be returned among the first few packets read from the file unless seeking takes place. It can also be accessed at any time in AVStream.attached_pic.

Source

avformat/AVStream.ts:66


CAPTIONS

CAPTIONS: 65536

To specify text track kind (different from subtitles default).

Source

avformat/AVStream.ts:76


CLEAN_EFFECTS

CLEAN_EFFECTS: 512

stream without voice

Source

avformat/AVStream.ts:58


COMMENT

COMMENT: 8

Source

avformat/AVStream.ts:37


DEFAULT

DEFAULT: 1

Source

avformat/AVStream.ts:34


DEPENDENT

DEPENDENT: 524288

dependent audio stream (mix_type=0 in mpegts)

Source

avformat/AVStream.ts:82


DESCRIPTIONS

DESCRIPTIONS: 131072

Source

avformat/AVStream.ts:77


DUB

DUB: 2

Source

avformat/AVStream.ts:35


FORCED

FORCED: 64

Track should be used during playback by default. Useful for subtitle track that should be displayed even when user did not explicitly ask for subtitles.

Source

avformat/AVStream.ts:46


HEARING_IMPAIRED

HEARING_IMPAIRED: 128

stream for hearing impaired audiences

Source

avformat/AVStream.ts:50


KARAOKE

KARAOKE: 32

Source

avformat/AVStream.ts:39


LYRICS

LYRICS: 16

Source

avformat/AVStream.ts:38


METADATA

METADATA: 262144

Source

avformat/AVStream.ts:78


NONE

NONE: 0

Source

avformat/AVStream.ts:33


ORIGINAL

ORIGINAL: 4

Source

avformat/AVStream.ts:36


STILL_IMAGE

STILL_IMAGE: 1048576

still images in video stream (still_picture_flag=1 in mpegts

Source

avformat/AVStream.ts:86


TIMED_THUMBNAILS

TIMED_THUMBNAILS: 2048

The stream is sparse, and contains thumbnail images, often corresponding to chapter markers. Only ever used with AV_DISPOSITION_ATTACHED_PIC.

Source

avformat/AVStream.ts:71


VISUAL_IMPAIRED

VISUAL_IMPAIRED: 256

stream for visual impaired audiences

Source

avformat/AVStream.ts:54