VideoDeviceControllerSetDevicePropertyStatus
VideoDeviceControllerSetDevicePropertyStatus
VideoDeviceControllerSetDevicePropertyStatus
VideoDeviceControllerSetDevicePropertyStatus
Enum
Definition
Specifies the status of an operation to set the value of a video device controller driver property.
public : enum class VideoDeviceControllerSetDevicePropertyStatuspublic enum VideoDeviceControllerSetDevicePropertyStatusPublic Enum VideoDeviceControllerSetDevicePropertyStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| DeviceNotAvailable DeviceNotAvailable DeviceNotAvailable DeviceNotAvailable | The operation failed because the device is not available. |
| InvalidValue InvalidValue InvalidValue InvalidValue | The operation failed because the specified property value is invalid. |
| NotInControl NotInControl NotInControl NotInControl | The operation failed because the app does not have exclusive control of the video capture device and is therefore not currently permitted to change the device settings. For more information, see MediaCaptureInitializationSettings.SharingMode. |
| NotSupported NotSupported NotSupported NotSupported | The operation failed because the specified property is not supported by the device. |
| Success Success Success Success | The operation completed successfully. |
| UnknownFailure UnknownFailure UnknownFailure UnknownFailure | The operation failed due to an unknown failure. |