CameraCaptureUI.VideoSettings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供擷取影片的設定。 這些設定包括格式、解析度上限、持續時間上限,以及是否允許修剪。
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。