AVOption.
More...
#include <libavutil/opt.h>
AVOption.
Definition at line 246 of file opt.h.
const char* AVOption::name |
const char* AVOption::help |
short English help text
- Todo:
- What about other languages?
Definition at line 253 of file opt.h.
The offset relative to the context structure where the option value is stored.
It should be 0 for named constants.
Definition at line 259 of file opt.h.
const char* AVOption::str |
union { ... } AVOption::default_val |
the default value for scalar options
minimum valid value for the option
Definition at line 272 of file opt.h.
maximum valid value for the option
Definition at line 273 of file opt.h.
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 301 of file opt.h.
The documentation for this struct was generated from the following file: