FFmpeg
Data Fields
AdaptationSet Struct Reference

Data Fields

char id [10]
 
enum AVMediaType media_type
 
AVDictionarymetadata
 
AVRational min_frame_rate
 
AVRational max_frame_rate
 
int ambiguous_frame_rate
 
intstreams
 
int nb_streams
 

Detailed Description

Definition at line 70 of file dashenc.c.

Field Documentation

◆ id

char AdaptationSet::id

Definition at line 71 of file dashenc.c.

Referenced by parse_adaptation_sets(), and write_adaptation_set().

◆ media_type

enum AVMediaType AdaptationSet::media_type

◆ metadata

AVDictionary* AdaptationSet::metadata

Definition at line 73 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ min_frame_rate

AVRational AdaptationSet::min_frame_rate

Definition at line 74 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ max_frame_rate

AVRational AdaptationSet::max_frame_rate

Definition at line 74 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ ambiguous_frame_rate

int AdaptationSet::ambiguous_frame_rate

Definition at line 75 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ streams

int* AdaptationSet::streams

◆ nb_streams

int AdaptationSet::nb_streams

The documentation for this struct was generated from the following files: