FFmpegKit Linux API 6.0
|
#include <fftools_cmdutils.h>
Data Fields | |
const char * | name |
const char * | sep |
int | flags |
Definition at line 284 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 296 of file fftools_cmdutils.h.
const char* OptionGroupDef::name |
< group name
Definition at line 286 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 291 of file fftools_cmdutils.h.