|
FFmpegKit iOS / macOS / tvOS API 6.0
|
#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 194 of file fftools_cmdutils.h.
| const char* OptionDef::argname |
Definition at line 222 of file fftools_cmdutils.h.
| void* OptionDef::dst_ptr |
Definition at line 217 of file fftools_cmdutils.h.
| int OptionDef::flags |
Definition at line 196 of file fftools_cmdutils.h.
| int(* OptionDef::func_arg) (void *, const char *, const char *) |
Definition at line 218 of file fftools_cmdutils.h.
| const char* OptionDef::help |
Definition at line 221 of file fftools_cmdutils.h.
| const char* OptionDef::name |
Definition at line 195 of file fftools_cmdutils.h.
| size_t OptionDef::off |
Definition at line 219 of file fftools_cmdutils.h.
| union { ... } OptionDef::u |