AVOptionRange

A single allowed range of values, or a single allowed value.

Members

Variables

component_max
double component_max;
Undocumented in source.
component_min
double component_min;

Value's component range. For string this represents the unicode range for chars, 0-127 limits to ASCII.

is_range
int is_range;

Range flag. If set to 1 the struct encodes a range, if set to 0 a single value.

str
const(char)* str;
Undocumented in source.
value_max
double value_max;
Undocumented in source.
value_min
double value_min;

Value range. For string ranges this represents the min/max length. For dimensions this represents the min/max pixel count or width/height in multi-component case.

Meta