duvc-ctl 2.0.0
USB Video Class Camera Control Library
Loading...
Searching...
No Matches
duvc_vendor_property_t Struct Reference

Vendor property container. More...

#include <duvc-ctl/c/api.h>

Collaboration diagram for duvc_vendor_property_t:

Public Attributes

char property_set_guid [39]
 GUID as string {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}.
 
uint32_t property_id
 Property ID within set.
 
void * data
 Property data payload.
 
size_t data_size
 Size of data in bytes.
 

Detailed Description

Vendor property container.

Definition at line 151 of file api.h.

Member Data Documentation

◆ data

void* duvc_vendor_property_t::data

Property data payload.

Definition at line 155 of file api.h.

◆ data_size

size_t duvc_vendor_property_t::data_size

Size of data in bytes.

Definition at line 156 of file api.h.

◆ property_id

uint32_t duvc_vendor_property_t::property_id

Property ID within set.

Definition at line 154 of file api.h.

◆ property_set_guid

char duvc_vendor_property_t::property_set_guid[39]

GUID as string {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}.

Definition at line 152 of file api.h.


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