FFmpegKit Linux API
4.5.1
|
Data Fields | |
const char * | name |
int | flags |
union { | |
void * dst_ptr | |
int(* func_arg )(void *, const char *, const char *) | |
size_t off | |
} | u |
const char * | help |
const char * | argname |
Definition at line 190 of file fftools_cmdutils.h.
const char* OptionDef::argname |
Definition at line 218 of file fftools_cmdutils.h.
void* OptionDef::dst_ptr |
Definition at line 213 of file fftools_cmdutils.h.
int OptionDef::flags |
Definition at line 192 of file fftools_cmdutils.h.
int(* OptionDef::func_arg) (void *, const char *, const char *) |
Definition at line 214 of file fftools_cmdutils.h.
const char* OptionDef::help |
Definition at line 217 of file fftools_cmdutils.h.
const char* OptionDef::name |
Definition at line 191 of file fftools_cmdutils.h.
size_t OptionDef::off |
Definition at line 215 of file fftools_cmdutils.h.
union { ... } OptionDef::u |