FFmpeg
|
A single allowed range of values, or a single allowed value. More...
#include <opt.h>
Data Fields | |
const char * | str |
double | value_min |
double | value_max |
For string ranges this represents the min/max length, for dimensions this represents the min/max pixel count. | |
double | component_min |
double | component_max |
For string this represents the unicode range for chars, 0-127 limits to ASCII. | |
int | is_range |
if set to 1 the struct encodes a range, if set to 0 a single value | |
const char* AVOptionRange::str |
Definition at line 304 of file opt.h.
Referenced by av_opt_freep_ranges().
double AVOptionRange::value_min |
Definition at line 305 of file opt.h.
Referenced by av_opt_query_ranges_default(), and opt_list().
double AVOptionRange::value_max |
For string ranges this represents the min/max length, for dimensions this represents the min/max pixel count.
Definition at line 305 of file opt.h.
Referenced by av_opt_query_ranges_default(), and opt_list().
double AVOptionRange::component_min |
Definition at line 306 of file opt.h.
Referenced by av_opt_query_ranges_default().
double AVOptionRange::component_max |
For string this represents the unicode range for chars, 0-127 limits to ASCII.
Definition at line 306 of file opt.h.
Referenced by av_opt_query_ranges_default().
int AVOptionRange::is_range |
if set to 1 the struct encodes a range, if set to 0 a single value
Definition at line 307 of file opt.h.
Referenced by av_opt_query_ranges_default().