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.
Provides settings for capturing videos. The settings include format, maximum resolution, maximum duration, and whether or not to allow trimming.
public:
property CameraCaptureUIVideoCaptureSettings ^ VideoSettings { CameraCaptureUIVideoCaptureSettings ^ get(); };
CameraCaptureUIVideoCaptureSettings VideoSettings();
public CameraCaptureUIVideoCaptureSettings VideoSettings { get; }
var cameraCaptureUIVideoCaptureSettings = cameraCaptureUI.videoSettings;
Public ReadOnly Property VideoSettings As CameraCaptureUIVideoCaptureSettings
Property Value
An object that provides settings for capturing videos.
Windows requirements
App capabilities |
microphone
webcam
|
Remarks
For information on the available video capture settings, see CameraCaptureUIVideoCaptureSettings.