|
FFmpegKit Linux API 6.0
|
#include <fftools_cmdutils.h>
Data Fields | |
| const OptionDef * | opt |
| const char * | key |
| const char * | val |
An option extracted from the commandline. Cannot use AVDictionary because of options like -map which can be used multiple times.
Definition at line 278 of file fftools_cmdutils.h.
| const char* Option::key |
Definition at line 280 of file fftools_cmdutils.h.
| const OptionDef* Option::opt |
Definition at line 279 of file fftools_cmdutils.h.
| const char* Option::val |
Definition at line 281 of file fftools_cmdutils.h.