Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
#include <video-controls.h>
Data Fields | ||
union { | ||
int32_t min | ||
int64_t min64 | ||
}; | ||
control minimum value, inclusive | ||
union { | ||
int32_t max | ||
int64_t max64 | ||
}; | ||
control maximum value, inclusive | ||
union { | ||
int32_t step | ||
int64_t step64 | ||
}; | ||
control value step | ||
union { | ||
int32_t def | ||
int64_t def64 | ||
}; | ||
control default value for VIDEO_CTRL_TYPE_INTEGER, _BOOLEAN, _MENU or _INTEGER_MENU, not valid for other types | ||
union { ... } video_ctrl_range |
control minimum value, inclusive
union { ... } video_ctrl_range |
control maximum value, inclusive
union { ... } video_ctrl_range |
control value step
union { ... } video_ctrl_range |
control default value for VIDEO_CTRL_TYPE_INTEGER, _BOOLEAN, _MENU or _INTEGER_MENU, not valid for other types
int32_t video_ctrl_range::def |
int64_t video_ctrl_range::def64 |
int32_t video_ctrl_range::max |
int64_t video_ctrl_range::max64 |
int32_t video_ctrl_range::min |
int64_t video_ctrl_range::min64 |
int32_t video_ctrl_range::step |
int64_t video_ctrl_range::step64 |