FFmpeg
Data Fields
AdaptationSet Struct Reference

Data Fields

int id
 
char * descriptor
 
int64_t seg_duration
 
int64_t frag_duration
 
int frag_type
 
enum AVMediaType media_type
 
AVDictionarymetadata
 
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]
 
intstreams
 

Detailed Description

Definition at line 83 of file dashenc.c.

Field Documentation

◆ id [1/2]

int AdaptationSet::id

Definition at line 84 of file dashenc.c.

Referenced by parse_adaptation_sets(), and write_adaptation_set().

◆ descriptor

char* AdaptationSet::descriptor

Definition at line 85 of file dashenc.c.

Referenced by parse_adaptation_sets(), and write_adaptation_set().

◆ seg_duration

int64_t AdaptationSet::seg_duration

Definition at line 86 of file dashenc.c.

Referenced by dash_init(), and parse_adaptation_sets().

◆ frag_duration

int64_t AdaptationSet::frag_duration

Definition at line 87 of file dashenc.c.

Referenced by dash_init(), and parse_adaptation_sets().

◆ frag_type

int AdaptationSet::frag_type

Definition at line 88 of file dashenc.c.

Referenced by dash_init(), and parse_adaptation_sets().

◆ media_type

enum AVMediaType AdaptationSet::media_type

◆ metadata

AVDictionary* AdaptationSet::metadata

Definition at line 90 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ min_frame_rate

AVRational AdaptationSet::min_frame_rate

Definition at line 91 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ max_frame_rate

AVRational AdaptationSet::max_frame_rate

Definition at line 91 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ ambiguous_frame_rate

int AdaptationSet::ambiguous_frame_rate

Definition at line 92 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ max_frag_duration

int64_t AdaptationSet::max_frag_duration

Definition at line 93 of file dashenc.c.

Referenced by dash_write_packet(), and write_adaptation_set().

◆ max_width

int AdaptationSet::max_width

Definition at line 94 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ max_height

int AdaptationSet::max_height

Definition at line 94 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ nb_streams

int AdaptationSet::nb_streams

◆ par

AVRational AdaptationSet::par

Definition at line 96 of file dashenc.c.

Referenced by dash_init(), and write_adaptation_set().

◆ trick_idx

int AdaptationSet::trick_idx

◆ id [2/2]

char AdaptationSet::id[10]

Definition at line 42 of file webmdashenc.c.

◆ streams

int* AdaptationSet::streams

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