AVOption.
More...
#include <libavutil/opt.h>
AVOption.
Definition at line 251 of file opt.h.
◆ name
const char* AVOption::name |
◆ help
const char* AVOption::help |
short English help text
- Todo:
- What about other languages?
Definition at line 258 of file opt.h.
◆ offset
The offset relative to the context structure where the option value is stored.
It should be 0 for named constants.
Definition at line 264 of file opt.h.
◆ type
◆ i64
◆ dbl
◆ str
const char* AVOption::str |
union { ... } AVOption::default_val |
the default value for scalar options
◆ min
minimum valid value for the option
Definition at line 277 of file opt.h.
◆ max
maximum valid value for the option
Definition at line 278 of file opt.h.
◆ flags
◆ unit
const char* AVOption::unit |
The logical unit to which the option belongs.
Non-constant options and corresponding named constants share the same unit. May be NULL.
Definition at line 307 of file opt.h.
The documentation for this struct was generated from the following file: