![]() |
Miam-Player
0.8.0
A nice music player
|
#include <opt.h>
Public Attributes | |
AVOptionRange ** | range |
int | nb_ranges |
int | nb_components |
List of AVOptionRange structs.
int AVOptionRanges::nb_components |
Number of componentes.
int AVOptionRanges::nb_ranges |
Number of ranges per component.
AVOptionRange** AVOptionRanges::range |
Array of option ranges.
Most of option types use just one component. Following describes multi-component option types:
AV_OPT_TYPE_IMAGE_SIZE: component index 0: range of pixel count (width * height). component index 1: range of width. component index 2: range of height.
Multi-component range can be read as in following example: