Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
video_ctrl_query Struct Reference

#include <video-controls.h>

Data Fields

uint32_t id
 control id
 
uint32_t type
 control type
 
const char * name
 control name
 
uint32_t flags
 control flags
 
struct video_ctrl_range range
 control range
 
const char *const * menu
 menu if control is of menu type
 

Field Documentation

◆ flags

uint32_t video_ctrl_query::flags

control flags

◆ id

uint32_t video_ctrl_query::id

control id

◆ menu

const char* const* video_ctrl_query::menu

menu if control is of menu type

◆ name

const char* video_ctrl_query::name

control name

◆ range

struct video_ctrl_range video_ctrl_query::range

control range

◆ type

uint32_t video_ctrl_query::type

control type


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