GameBarTargetCapturePolicy
GameBarTargetCapturePolicy
GameBarTargetCapturePolicy
GameBarTargetCapturePolicy
Enum
Definition
Provides information around the allowable actions for this application.
public : enum class GameBarTargetCapturePolicypublic enum GameBarTargetCapturePolicyPublic Enum GameBarTargetCapturePolicy// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.GameBarContract (introduced v1)
|
| Capabilities |
gameBarServices
|
Fields
| EnabledBySystem EnabledBySystem EnabledBySystem EnabledBySystem | The OS determined that the target allows capture |
| EnabledByUser EnabledByUser EnabledByUser EnabledByUser | The OS does not know the policy for the app, but the user did identify the target as capturable. |
| NotEnabled NotEnabled NotEnabled NotEnabled | The OS doesn’t know the policy for the app and hasn’t been identified by the user as capturable. |
| ProhibitedByPublisher ProhibitedByPublisher ProhibitedByPublisher ProhibitedByPublisher | The publisher of the target has indicated that capture is not allowed. |
| ProhibitedBySystem ProhibitedBySystem ProhibitedBySystem ProhibitedBySystem | The OS determined that the target is prohibited from being captured. |