FFmpeg
|
Data Fields | |
char | id [10] |
enum AVMediaType | media_type |
AVDictionary * | metadata |
AVRational | min_frame_rate |
AVRational | max_frame_rate |
int | ambiguous_frame_rate |
int * | streams |
int | nb_streams |
char AdaptationSet::id |
Definition at line 71 of file dashenc.c.
Referenced by parse_adaptation_sets(), and write_adaptation_set().
enum AVMediaType AdaptationSet::media_type |
Definition at line 72 of file dashenc.c.
Referenced by adaptation_set_add_stream(), parse_adaptation_sets(), and write_adaptation_set().
AVDictionary* AdaptationSet::metadata |
Definition at line 73 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
AVRational AdaptationSet::min_frame_rate |
Definition at line 74 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
AVRational AdaptationSet::max_frame_rate |
Definition at line 74 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
int AdaptationSet::ambiguous_frame_rate |
Definition at line 75 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
int* AdaptationSet::streams |
Definition at line 44 of file webmdashenc.c.
Referenced by bitstream_switching(), check_matching_height(), check_matching_sample_rate(), check_matching_width(), parse_adaptation_sets(), subsegment_alignment(), and write_adaptation_set().
int AdaptationSet::nb_streams |
Definition at line 45 of file webmdashenc.c.
Referenced by bitstream_switching(), check_matching_height(), check_matching_sample_rate(), check_matching_width(), parse_adaptation_sets(), subsegment_alignment(), and write_adaptation_set().