PerceptionFrameSourcePropertyChangeStatus
PerceptionFrameSourcePropertyChangeStatus
PerceptionFrameSourcePropertyChangeStatus
PerceptionFrameSourcePropertyChangeStatus
Enum
Definition
Indicates the status of a property change that an app requested of a frame source.
public : enum class PerceptionFrameSourcePropertyChangeStatuspublic enum PerceptionFrameSourcePropertyChangeStatusPublic Enum PerceptionFrameSourcePropertyChangeStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Accepted Accepted Accepted Accepted | The requested property change was accepted by the frame source. |
| LostControl LostControl LostControl LostControl | The frame source property could not be changed because the app lost controller mode before the request was processed. |
| PropertyNotSupported PropertyNotSupported PropertyNotSupported PropertyNotSupported | The requested property is not supported by the frame source. |
| PropertyReadOnly PropertyReadOnly PropertyReadOnly PropertyReadOnly | The requested property change was not accepted because the property is read-only. |
| Unknown Unknown Unknown Unknown | The status change is unknown. |
| ValueOutOfRange ValueOutOfRange ValueOutOfRange ValueOutOfRange | The requested property change was not accepted because the value is not in a valid range. |