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

適用対象