VideoDeviceController.SetDevicePropertyById(String, Object) 方法

定义

使用捕获设备驱动程序中的指定 ID 设置 属性的值,使用具有自定义标头信息的扩展 ID,并将值作为对象提供。

public:
 virtual VideoDeviceControllerSetDevicePropertyStatus SetDevicePropertyById(Platform::String ^ propertyId, Platform::Object ^ propertyValue) = SetDevicePropertyById;
VideoDeviceControllerSetDevicePropertyStatus SetDevicePropertyById(winrt::hstring const& propertyId, IInspectable const& propertyValue);
public VideoDeviceControllerSetDevicePropertyStatus SetDevicePropertyById(string propertyId, object propertyValue);
function setDevicePropertyById(propertyId, propertyValue)
Public Function SetDevicePropertyById (propertyId As String, propertyValue As Object) As VideoDeviceControllerSetDevicePropertyStatus

参数

propertyId
String

Platform::String

winrt::hstring

包含扩展标识符数据的字节数组。

propertyValue
Object

Platform::Object

IInspectable

一个 对象,表示要分配给指定属性的数据。

返回

描述操作状态的 VideoDeviceControllerSetDevicePropertyStatus 对象。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

注解

常见的设备属性作为 VideoDeviceController 类的属性公开。 其他属性在 KSPROPERTYSETID_ExtendedCameraControl 属性集中定义。 旧属性在 PROPSETID_VIDCAP_CAMERACONTROL 属性集中定义。 有关按 ID 访问相机属性的示例,请参阅 扩展控件和元数据示例

适用于