v4l2_ctrl_get_menu(9) Get the menu string array of the control

SYNOPSIS

const char * const * v4l2_ctrl_get_menu(u32 id);

ARGUMENTS

id

The control ID.

DESCRIPTION

This function returns the NULL-terminated menu string array name of the given control ID or NULL if it isn't a known menu control.

COPYRIGHT