CameraCaptureUI.VideoSettings 속성

정의

비디오 캡처 설정을 제공합니다. 설정에는 서식, 최대 해상도, 최대 기간 및 트리밍을 허용할지 여부가 포함됩니다.

public:
 property CameraCaptureUIVideoCaptureSettings ^ VideoSettings { CameraCaptureUIVideoCaptureSettings ^ get(); };
CameraCaptureUIVideoCaptureSettings VideoSettings();
public CameraCaptureUIVideoCaptureSettings VideoSettings { get; }
var cameraCaptureUIVideoCaptureSettings = cameraCaptureUI.videoSettings;
Public ReadOnly Property VideoSettings As CameraCaptureUIVideoCaptureSettings

속성 값

비디오 캡처 설정을 제공하는 개체입니다.

Windows 요구 사항

앱 기능
microphone webcam

설명

사용 가능한 비디오 캡처 설정에 대한 자세한 내용은 CameraCaptureUIVideoCaptureSettings를 참조하세요.

적용 대상