VideoDeviceController.SetDevicePropertyByExtendedId(Byte[], Byte[]) Method
Definition
Sets the value of the property with the specified ID from the capture device driver, using an extended ID with custom header information and providing the value as a byte array.
public:
virtual VideoDeviceControllerSetDevicePropertyStatus SetDevicePropertyByExtendedId(Platform::Array <byte> ^ extendedPropertyId, Platform::Array <byte> ^ propertyValue) = SetDevicePropertyByExtendedId;
VideoDeviceControllerSetDevicePropertyStatus SetDevicePropertyByExtendedId(std::Array <byte> const & extendedPropertyId, std::Array <byte> const & propertyValue);
public VideoDeviceControllerSetDevicePropertyStatus SetDevicePropertyByExtendedId(byte[] extendedPropertyId, byte[] propertyValue);
function setDevicePropertyByExtendedId(extendedPropertyId, propertyValue)
Public Function SetDevicePropertyByExtendedId (extendedPropertyId As Byte(), propertyValue As Byte()) As VideoDeviceControllerSetDevicePropertyStatus
Parameters
- extendedPropertyId
- Byte[]
A byte array containing the extended identifier data.
- propertyValue
- Byte[]
A byte array containing the data to be assigned to the specified property.
Returns
A VideoDeviceControllerSetDevicePropertyStatus object describing the status of the operation.
Windows 10 requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Remarks
The property ID and expected data are determined by the hardware device manufacturer.