Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 969 Bytes

cameracaptureuimaxphotoresolution.md

File metadata and controls

40 lines (27 loc) · 969 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution
winrt enum
xbox

CameraCaptureUIMaxPhotoResolution

-description

Determines the highest resolution the user can select for capturing photos.

-enum-fields

-field HighestAvailable:0

The user can select any resolution.

-field VerySmallQvga:1

The user can select resolutions up to 320 X 240, or a similar 16:9 resolution.

-field SmallVga:2

The user can select resolutions up to 320 X 240, or a similar 16:9 resolution.

-field MediumXga:3

The user can select resolutions up to 1024 X 768, or a similar 16:9 resolution.

-field Large3M:4

The user can select resolutions up to 1920 X 1080, or a similar 4:3 resolution.

-field VeryLarge5M:5

The user can select resolutions up to 5 MP.

-remarks

-examples

-see-also