FFmpegKit iOS / macOS / tvOS API
4.4
|
Data Fields | |
const char * | name |
const char * | sep |
int | flags |
Definition at line 280 of file fftools_cmdutils.h.
int OptionGroupDef::flags |
Option flags that must be set on each option that is applied to this group
Definition at line 292 of file fftools_cmdutils.h.
const char* OptionGroupDef::name |
< group name
Definition at line 282 of file fftools_cmdutils.h.
const char* OptionGroupDef::sep |
Option to be used as group separator. Can be NULL for groups which are terminated by a non-option argument (e.g. ffmpeg output files)
Definition at line 287 of file fftools_cmdutils.h.