FFmpegKit Android API
4.4
|
Data Fields | |
int | id |
unique id identifying a section More... | |
const char * | name |
int | flags |
For these sections the element_name field is mandatory. More... | |
int | children_ids [SECTION_MAX_NB_CHILDREN+1] |
list of children section IDS, terminated by -1 More... | |
const char * | element_name |
name of the contained element, if provided More... | |
const char * | unique_name |
unique section name, in case the name is ambiguous More... | |
AVDictionary * | entries_to_show |
int | show_all_entries |
Definition at line 144 of file fftools_ffprobe.c.
int section::children_ids[SECTION_MAX_NB_CHILDREN+1] |
list of children section IDS, terminated by -1
Definition at line 153 of file fftools_ffprobe.c.
const char* section::element_name |
name of the contained element, if provided
Definition at line 154 of file fftools_ffprobe.c.
AVDictionary* section::entries_to_show |
Definition at line 156 of file fftools_ffprobe.c.
int section::flags |
For these sections the element_name field is mandatory.
Definition at line 152 of file fftools_ffprobe.c.
int section::id |
unique id identifying a section
Definition at line 145 of file fftools_ffprobe.c.
const char* section::name |
Definition at line 146 of file fftools_ffprobe.c.
int section::show_all_entries |
Definition at line 157 of file fftools_ffprobe.c.
const char* section::unique_name |
unique section name, in case the name is ambiguous
Definition at line 155 of file fftools_ffprobe.c.