Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
 
union { 
 
   const char *const *   menu 
 
   const int64_t *   int_menu 
 
};  
 menu if control is of menu type
 

Field Documentation

◆ [union]

union { ... } video_ctrl_query

menu if control is of menu type

◆ flags

uint32_t video_ctrl_query::flags

control flags

◆ id

uint32_t video_ctrl_query::id

control id

◆ int_menu

const int64_t* video_ctrl_query::int_menu

◆ menu

const char* const* video_ctrl_query::menu

◆ 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: