|
MobileFFmpeg iOS / tvOS API
4.4
|
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 185 of file fftools_cmdutils.h.
| const char* OptionDef::argname |
Definition at line 213 of file fftools_cmdutils.h.
| void* OptionDef::dst_ptr |
Definition at line 208 of file fftools_cmdutils.h.
| int OptionDef::flags |
Definition at line 187 of file fftools_cmdutils.h.
| int(* OptionDef::func_arg) (void *, const char *, const char *) |
Definition at line 209 of file fftools_cmdutils.h.
| const char* OptionDef::help |
Definition at line 212 of file fftools_cmdutils.h.
| const char* OptionDef::name |
Definition at line 186 of file fftools_cmdutils.h.
| size_t OptionDef::off |
Definition at line 210 of file fftools_cmdutils.h.
| union { ... } OptionDef::u |
1.8.18