|
Libav
|
#include <opt.h>
Data Fields | |
| const char * | name |
| const char * | help |
| short English help text | |
| int | offset |
| The offset relative to the context structure where the option value is stored. | |
| enum AVOptionType | type |
| union { | |
| double dbl | |
| const char * str | |
| } | default_val |
| double | min |
| minimum valid value for the option | |
| double | max |
| maximum valid value for the option | |
| int | flags |
| const char * | unit |
| The logical unit to which the option belongs. | |
THIS IS NOT PART OF THE API/ABI YET! This is identical to AVOption except that default_val was replaced by an union, it should be compatible with AVOption on normal platforms.
| double AVOption2::dbl |
| union { ... } AVOption2::default_val |
| int AVOption2::flags |
| const char* AVOption2::help |
| double AVOption2::max |
| double AVOption2::min |
| const char* AVOption2::name |
| const char* AVOption2::str |
| const char* AVOption2::unit |
1.7.3