CameraCaptureUI.VideoSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a CameraCaptureUIVideoCaptureSettings that specifies the settings for capturing videos with CameraCaptureUI.
public:
property CameraCaptureUIVideoCaptureSettings ^ VideoSettings { CameraCaptureUIVideoCaptureSettings ^ get(); };
CameraCaptureUIVideoCaptureSettings VideoSettings();
public CameraCaptureUIVideoCaptureSettings VideoSettings { get; }
var cameraCaptureUIVideoCaptureSettings = cameraCaptureUI.videoSettings;
Public ReadOnly Property VideoSettings As CameraCaptureUIVideoCaptureSettings
Property Value
The video capture settings.
Remarks
When an instance of CameraCaptureUI is created, this property is initialized with a CameraCaptureUIVideoCaptureSettings object with default settings.