CameraCaptureUIVideoCaptureSettings.Format 속성

정의

캡처된 비디오를 저장하는 형식을 결정합니다.

public:
 property CameraCaptureUIVideoFormat Format { CameraCaptureUIVideoFormat get(); void set(CameraCaptureUIVideoFormat value); };
CameraCaptureUIVideoFormat Format();

void Format(CameraCaptureUIVideoFormat value);
public CameraCaptureUIVideoFormat Format { get; set; }
var cameraCaptureUIVideoFormat = cameraCaptureUIVideoCaptureSettings.format;
cameraCaptureUIVideoCaptureSettings.format = cameraCaptureUIVideoFormat;
Public Property Format As CameraCaptureUIVideoFormat

속성 값

캡처된 비디오를 저장하기 위한 형식을 나타내는 값입니다.

Windows 요구 사항

앱 기능
microphone webcam

적용 대상