PerceptionFrameSourcePropertyChangeStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the status of a property change that an app requested of a frame source.
public enum class PerceptionFrameSourcePropertyChangeStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PerceptionFrameSourcePropertyChangeStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertyChangeStatus may be unavailable after Windows Creator Update. Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
enum class PerceptionFrameSourcePropertyChangeStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PerceptionFrameSourcePropertyChangeStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertyChangeStatus may be unavailable after Windows Creator Update. Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public enum PerceptionFrameSourcePropertyChangeStatus
var value = Windows.Devices.Perception.PerceptionFrameSourcePropertyChangeStatus.unknown
Public Enum PerceptionFrameSourcePropertyChangeStatus
- Inheritance
-
PerceptionFrameSourcePropertyChangeStatus
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The status change is unknown. |
Accepted | 1 | The requested property change was accepted by the frame source. |
LostControl | 2 | The frame source property could not be changed because the app lost controller mode before the request was processed. |
PropertyNotSupported | 3 | The requested property is not supported by the frame source. |
PropertyReadOnly | 4 | The requested property change was not accepted because the property is read-only. |
ValueOutOfRange | 5 | The requested property change was not accepted because the value is not in a valid range. |