|
duvc-ctl 2.0.0
USB Video Class Camera Control Library
|
Vendor-specific property implementation. More...
#include <dshow.h>#include <duvc-ctl/detail/com_helpers.h>#include <duvc-ctl/vendor/constants.h>#include <ks.h>#include <ksproxy.h>Go to the source code of this file.
Namespaces | |
| namespace | duvc |
Functions | |
| com_ptr< IBaseFilter > | duvc::open_device_filter (const Device &dev) |
| Create DirectShow filter from device. | |
| static com_ptr< IKsPropertySet > | duvc::get_property_set (IBaseFilter *f) |
| bool | duvc::get_vendor_property (const Device &dev, const GUID &property_set, ULONG property_id, std::vector< uint8_t > &data) |
| Get vendor-specific property data from device. | |
| bool | duvc::set_vendor_property (const Device &dev, const GUID &property_set, ULONG property_id, const std::vector< uint8_t > &data) |
| Set vendor-specific property data on device. | |
| bool | duvc::query_vendor_property_support (const Device &dev, const GUID &property_set, ULONG property_id) |
| Query whether device supports a vendor-specific property. | |
Vendor-specific property implementation.
Definition in file constants.cpp.