Share via


CameraCaptureUIVideoCaptureSettings Class

Definition

Provides settings for capturing video with CameraCaptureUI.

public ref class CameraCaptureUIVideoCaptureSettings sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.Windows.Media.Capture.CameraCaptureUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Media.Capture.CameraCaptureUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CameraCaptureUIVideoCaptureSettings final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.Windows.Media.Capture.CameraCaptureUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Media.Capture.CameraCaptureUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CameraCaptureUIVideoCaptureSettings
function CameraCaptureUIVideoCaptureSettings()
Public NotInheritable Class CameraCaptureUIVideoCaptureSettings
Inheritance
Object Platform::Object IInspectable CameraCaptureUIVideoCaptureSettings
Attributes

Constructors

CameraCaptureUIVideoCaptureSettings()

Initializes a new instance of CameraCaptureUIVideoCaptureSettings.

Properties

AllowTrimming

Gets or sets a value specifying whether the CameraCaptureUI provides controls that allow the user to trim a video after it has been captured.

Format

Gets or sets a value from the CameraCaptureUIVideoFormat enumeration that specifies the file format of the captured video.

MaxDurationInSeconds

Gets or sets the maximum duration of the captured video, in seconds.

MaxResolution

Gets or sets a value from the CameraCaptureUIMaxVideoResolution enumeration that specifies the maximum resolution the user will be able to select in the camera capture UI for video capture.

Applies to