FFmpegKit Linux API 5.1
|
#include <fftools_cmdutils.h>
Data Fields | |
const char * | name |
const char * | sep |
int | flags |
Definition at line 271 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 283 of file fftools_cmdutils.h.
const char* OptionGroupDef::name |
< group name
Definition at line 273 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 278 of file fftools_cmdutils.h.