FFmpeg
Loading...
Searching...
No Matches
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
 
  Value range.
 
 
  Value's component range.
 
 
int  is_range
  Range flag.
 

Detailed Description

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

Definition at line 484 of file opt.h.

Field Documentation

◆  str

const char* AVOptionRange::str

Definition at line 485 of file opt.h.

◆  value_min

double AVOptionRange::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.

Definition at line 491 of file opt.h.

◆  value_max

double AVOptionRange::value_max

Definition at line 491 of file opt.h.

◆  component_min

double AVOptionRange::component_min

Value's component range.

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

Definition at line 496 of file opt.h.

◆  component_max

double AVOptionRange::component_max

Definition at line 496 of file opt.h.

◆  is_range

int AVOptionRange::is_range

Range flag.

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

Definition at line 501 of file opt.h.


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

Generated on Sun Sep 6 2026 19:21:25 for FFmpeg by doxygen 1.13.2

AltStyle によって変換されたページ (->オリジナル) /