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

适用于