|
FFmpegKit Linux API 5.1
|
#include <fftools_cmdutils.h>
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 176 of file fftools_cmdutils.h.
| const char* OptionDef::argname |
Definition at line 204 of file fftools_cmdutils.h.
| void* OptionDef::dst_ptr |
Definition at line 199 of file fftools_cmdutils.h.
| int OptionDef::flags |
Definition at line 178 of file fftools_cmdutils.h.
| int(* OptionDef::func_arg) (void *, const char *, const char *) |
Definition at line 200 of file fftools_cmdutils.h.
| const char* OptionDef::help |
Definition at line 203 of file fftools_cmdutils.h.
| const char* OptionDef::name |
Definition at line 177 of file fftools_cmdutils.h.
| size_t OptionDef::off |
Definition at line 201 of file fftools_cmdutils.h.
| union { ... } OptionDef::u |