PerceptionFrameSourceAccessStatus PerceptionFrameSourceAccessStatus PerceptionFrameSourceAccessStatus PerceptionFrameSourceAccessStatus Enum

Definition

Indicates the access status an app is allowed for a particular type of frame source.

public : enum class PerceptionFrameSourceAccessStatuspublic enum PerceptionFrameSourceAccessStatusPublic Enum PerceptionFrameSourceAccessStatus// 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

Allowed Allowed Allowed Allowed

The app is allowed to access the type of perception frame source it requested.

DeniedBySystem DeniedBySystem DeniedBySystem DeniedBySystem

The app is not allowed to access the type of perception frame source it requested because system access to camera devices is denied. This usually occurs when the user denies all apps access to camera devices in the system privacy settings.

DeniedByUser DeniedByUser DeniedByUser DeniedByUser

The app is not allowed to access the type of perception frame source it requested because the user denied the app access to camera devices.

Unspecified Unspecified Unspecified Unspecified

Access status is not specified.