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

適用於