FFmpegKit iOS / macOS / tvOS API 5.1
Data Fields
section Struct Reference

Data Fields

int id
 unique id identifying a section More...
 
const char * name
 
int flags
 
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
 

Detailed Description

Definition at line 169 of file fftools_ffprobe.c.

Field Documentation

◆ children_ids

int section::children_ids[SECTION_MAX_NB_CHILDREN+1]

list of children section IDS, terminated by -1

Definition at line 178 of file fftools_ffprobe.c.

◆ element_name

const char* section::element_name

name of the contained element, if provided

Definition at line 179 of file fftools_ffprobe.c.

◆ entries_to_show

AVDictionary* section::entries_to_show

Definition at line 181 of file fftools_ffprobe.c.

◆ flags

int section::flags

Definition at line 177 of file fftools_ffprobe.c.

◆ id

int section::id

unique id identifying a section

Definition at line 170 of file fftools_ffprobe.c.

◆ name

const char* section::name

Definition at line 171 of file fftools_ffprobe.c.

◆ show_all_entries

int section::show_all_entries

Definition at line 182 of file fftools_ffprobe.c.

◆ unique_name

const char* section::unique_name

unique section name, in case the name is ambiguous

Definition at line 180 of file fftools_ffprobe.c.


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