| Webcam Library Reference Documentation | ![]() |
A list of choices for a choice type of control. More...
#include <common/include/webcam.h>
Data Fields | |
| int | index |
| The index of the choice within the list of choices. More... | |
| char * | name |
| The name of the choice. More... | |
A list of choices for a choice type of control.
| int _CControlChoice::index |
The index of the choice within the list of choices.
Note that this index is not necessarily zero-based and can therefore not be used as an index into CControl::choices::list[].
| char* _CControlChoice::name |
The name of the choice.
This member is never NULL.