CameraCaptureUI.VideoSettings Property

Definition

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.

Applies to