CameraCaptureUIVideoCaptureSettings 클래스

정의

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

public ref class CameraCaptureUIVideoCaptureSettings sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CameraCaptureUIVideoCaptureSettings final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CameraCaptureUIVideoCaptureSettings
Public NotInheritable Class CameraCaptureUIVideoCaptureSettings
상속
Object Platform::Object IInspectable CameraCaptureUIVideoCaptureSettings
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
microphone webcam

설명

이 개체의 instance 얻으려면 VideoSettings 속성을 검색합니다.

속성

AllowTrimming

비디오 트리밍 사용자 인터페이스를 사용할지 여부를 결정합니다.

Format

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

MaxDurationInSeconds

비디오의 최대 기간을 결정합니다.

MaxResolution

사용자가 선택할 수 있는 최대 해상도를 결정합니다.

적용 대상