CameraCaptureUIVideoCaptureSettings.AllowTrimming 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 or sets a value specifying whether the CameraCaptureUI provides controls that allow the user to trim a video after it has been captured.
public:
property bool AllowTrimming { bool get(); void set(bool value); };
bool AllowTrimming();
void AllowTrimming(bool value);
public bool AllowTrimming { get; set; }
var boolean = cameraCaptureUIVideoCaptureSettings.allowTrimming;
cameraCaptureUIVideoCaptureSettings.allowTrimming = boolean;
Public Property AllowTrimming As Boolean
Property Value
bool
True if the user is allowed to trim the video; otherwise, false.
Remarks
AllowTrimming is true by default.
Setting a value for MaxDurationInSeconds when AllowTrimming is set to false will result in an invalid argument exception.