AVOption

AVOption

Members

Unions

_Anonymous_0
union _Anonymous_0

the default value for scalar options

Variables

default_val
_Anonymous_0 default_val;
Undocumented in source.
flags
int flags;
Undocumented in source.
help
const(char)* help;

short English help text @todo What about other languages?

max
double max;

< maximum valid value for the option

min
double min;

< minimum valid value for the option

name
const(char)* name;
Undocumented in source.
offset
int offset;

The offset relative to the context structure where the option value is stored. It should be 0 for named constants.

type
AVOptionType type;
Undocumented in source.
unit
const(char)* unit;

The logical unit to which the option belongs. Non-constant options and corresponding named constants share the same unit. May be NULL.

Meta