FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVOptionRange Struct Reference

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
 

Detailed Description

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

Definition at line 302 of file opt.h.

Field Documentation

const char* AVOptionRange::str

Definition at line 303 of file opt.h.

Referenced by av_opt_freep_ranges().

double AVOptionRange::value_min

Definition at line 304 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 304 of file opt.h.

Referenced by av_opt_query_ranges_default(), and opt_list().

double AVOptionRange::component_min

Definition at line 305 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 305 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 306 of file opt.h.

Referenced by av_opt_query_ranges_default().


The documentation for this struct was generated from the following file: