Share via


CameraCaptureUIVideoCaptureSettings.MaxResolution Property

Definition

Determines the maximum resolution that the user can select.

public:
 property CameraCaptureUIMaxVideoResolution MaxResolution { CameraCaptureUIMaxVideoResolution get(); void set(CameraCaptureUIMaxVideoResolution value); };
CameraCaptureUIMaxVideoResolution MaxResolution();

void MaxResolution(CameraCaptureUIMaxVideoResolution value);
public CameraCaptureUIMaxVideoResolution MaxResolution { get; set; }
var cameraCaptureUIMaxVideoResolution = cameraCaptureUIVideoCaptureSettings.maxResolution;
cameraCaptureUIVideoCaptureSettings.maxResolution = cameraCaptureUIMaxVideoResolution;
Public Property MaxResolution As CameraCaptureUIMaxVideoResolution

Property Value

The maximum resolution that the user can select.

Windows requirements

App capabilities
microphone webcam

Applies to