AVOptionRange

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

Members

Variables

component_max
double component_max;

< For string this represents the unicode range for chars, 0-127 limits to ASCII

component_min
double component_min;
Undocumented in source.
is_range
int is_range;

< if set to 1 the struct encodes a range, if set to 0 a single value

str
char* str;
Undocumented in source.
value_max
double value_max;

< For string ranges this represents the min/max length, for dimensions this represents the min/max pixel count

value_min
double value_min;
Undocumented in source.

Meta