CameraCaptureUIVideoCaptureSettings.MaxDurationInSeconds 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 the maximum duration of the captured video, in seconds.
public:
property float MaxDurationInSeconds { float get(); void set(float value); };
float MaxDurationInSeconds();
void MaxDurationInSeconds(float value);
public float MaxDurationInSeconds { get; set; }
var single = cameraCaptureUIVideoCaptureSettings.maxDurationInSeconds;
cameraCaptureUIVideoCaptureSettings.maxDurationInSeconds = single;
Public Property MaxDurationInSeconds As Single
Property Value
float
The maximum duration of the captured video.