CameraCaptureUIVideoCaptureSettings

Namespace: XPlat.Media.Capture

Provides settings for capturing photos.

public class CameraCaptureUIVideoCaptureSettings : ICameraCaptureUIVideoCaptureSettings

Supported platforms

Properties

MaxResolution

Determines the maximum resolution the user will be able to select. Default, HighestAvailable.

public CameraCaptureUIMaxVideoResolution MaxResolution { get; set; }

MaxDurationInSeconds

Determines the maximum duration of a video.

public float MaxDurationInSeconds { get; set; }

AllowTrimming

Determines whether or not the video trimming user interface will be enabled.

public bool AllowTrimming { get; set; }

Last updated