FFmpeg
|
Data Fields | |
int | id |
char * | descriptor |
int64_t | seg_duration |
int64_t | frag_duration |
int | frag_type |
enum AVMediaType | media_type |
AVDictionary * | metadata |
AVRational | min_frame_rate |
AVRational | max_frame_rate |
int | ambiguous_frame_rate |
int64_t | max_frag_duration |
int | max_width |
int | max_height |
int | nb_streams |
AVRational | par |
int | trick_idx |
char | id [10] |
int * | streams |
int AdaptationSet::id |
Definition at line 83 of file dashenc.c.
Referenced by parse_adaptation_sets(), and write_adaptation_set().
char* AdaptationSet::descriptor |
Definition at line 84 of file dashenc.c.
Referenced by parse_adaptation_sets(), and write_adaptation_set().
int64_t AdaptationSet::seg_duration |
Definition at line 85 of file dashenc.c.
Referenced by dash_init(), and parse_adaptation_sets().
int64_t AdaptationSet::frag_duration |
Definition at line 86 of file dashenc.c.
Referenced by dash_init(), and parse_adaptation_sets().
int AdaptationSet::frag_type |
Definition at line 87 of file dashenc.c.
Referenced by dash_init(), and parse_adaptation_sets().
enum AVMediaType AdaptationSet::media_type |
Definition at line 88 of file dashenc.c.
Referenced by adaptation_set_add_stream(), parse_adaptation_sets(), and write_adaptation_set().
AVDictionary* AdaptationSet::metadata |
Definition at line 89 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
AVRational AdaptationSet::min_frame_rate |
Definition at line 90 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
AVRational AdaptationSet::max_frame_rate |
Definition at line 90 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
int AdaptationSet::ambiguous_frame_rate |
Definition at line 91 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
int64_t AdaptationSet::max_frag_duration |
Definition at line 92 of file dashenc.c.
Referenced by dash_write_packet(), and write_adaptation_set().
int AdaptationSet::max_width |
Definition at line 93 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
int AdaptationSet::max_height |
Definition at line 93 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
int AdaptationSet::nb_streams |
Definition at line 94 of file dashenc.c.
Referenced by adaptation_set_add_stream(), bitstream_switching(), check_matching_height(), check_matching_sample_rate(), check_matching_width(), parse_adaptation_sets(), subsegment_alignment(), and write_adaptation_set().
AVRational AdaptationSet::par |
Definition at line 95 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().
int AdaptationSet::trick_idx |
Definition at line 96 of file dashenc.c.
Referenced by dash_init(), dash_write_packet(), parse_adaptation_sets(), and write_adaptation_set().
char AdaptationSet::id[10] |
Definition at line 42 of file webmdashenc.c.
int* AdaptationSet::streams |
Definition at line 43 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().