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. More... | |
double | component_min |
double | component_max |
For string this represents the unicode range for chars, 0-127 limits to ASCII. More... | |
int | is_range |
if set to 1 the struct encodes a range, if set to 0 a single value More... | |
Detailed Description
Field Documentation
double AVOptionRange::component_max |
For string this represents the unicode range for chars, 0-127 limits to ASCII.
Definition at line 304 of file opt.h.
Referenced by av_opt_query_ranges_default().
double AVOptionRange::component_min |
Definition at line 304 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 305 of file opt.h.
Referenced by av_opt_query_ranges_default().
const char* AVOptionRange::str |
Definition at line 302 of file opt.h.
Referenced by av_opt_freep_ranges().
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 303 of file opt.h.
Referenced by av_opt_query_ranges_default(), and opt_list().
double AVOptionRange::value_min |
Definition at line 303 of file opt.h.
Referenced by av_opt_query_ranges_default(), and opt_list().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11