| Webcam Library Reference Documentation | ![]() |
Data Fields | |
| ConstantType | type |
| Data type of the constant. | |
| char * | name |
| Name of the constant. | |
| union { | |
| int value | |
| Integer value (only valid if type == CT_INTEGER). | |
| __u8 guid [GUID_SIZE] | |
| GUID value (only valid if type == CT_GUID). | |
| }; | |
| struct _Constant * | next |
| Pointer to the next constant in the list. | |