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.
Determines the maximum duration of a video.
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
Single
float
The maximum duration of a video. If this property is set to zero, no maximum duration is enforced.
Windows requirements
App capabilities |
microphone
webcam
|