Compartir a través de


CameraCaptureUIVideoCaptureSettings.MaxResolution Propiedad

Definición

Determina la resolución máxima que el usuario puede seleccionar.

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

Valor de propiedad

Resolución máxima que el usuario puede seleccionar.

Requisitos de Windows

Características de aplicaciones
microphone webcam

Se aplica a