duvc-ctl 2.0.0
USB Video Class Camera Control Library
Loading...
Searching...
No Matches
constants.cpp File Reference

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>
Include dependency graph for constants.cpp:

Go to the source code of this file.

Namespaces

namespace  duvc
 

Functions

com_ptr< IBaseFilterduvc::open_device_filter (const Device &dev)
 Create DirectShow filter from device.
 
static com_ptr< IKsPropertySetduvc::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.
 

Detailed Description

Vendor-specific property implementation.

Definition in file constants.cpp.