VideoDeviceControllerSetDevicePropertyStatus 枚举

定义

指定操作的状态以设置视频设备控制器驱动程序属性的值。

public enum class VideoDeviceControllerSetDevicePropertyStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class VideoDeviceControllerSetDevicePropertyStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum VideoDeviceControllerSetDevicePropertyStatus
var value = Windows.Media.Devices.VideoDeviceControllerSetDevicePropertyStatus.success
Public Enum VideoDeviceControllerSetDevicePropertyStatus
继承
VideoDeviceControllerSetDevicePropertyStatus
属性

Windows 要求

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

字段

DeviceNotAvailable 4

操作失败,因为设备不可用。

InvalidValue 3

操作失败,因为指定的属性值无效。

NotInControl 5

操作失败,因为应用对视频捕获设备没有独占控制权,因此当前不允许更改设备设置。 有关详细信息,请参阅 MediaCaptureInitializationSettings.SharingMode

NotSupported 2

操作失败,因为设备不支持指定的属性。

Success 0

操作已成功完成。

UnknownFailure 1

由于未知失败,操作失败。

适用于