AVCaptureFileOutput.MaxRecordedDuration 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.
If not Invalid, the maximum duration that will be recorded.
public virtual CoreMedia.CMTime MaxRecordedDuration { [Foundation.Export("maxRecordedDuration")] get; [Foundation.Export("setMaxRecordedDuration:")] set; }
member this.MaxRecordedDuration : CoreMedia.CMTime with get, set
Property Value
The default value is Invalid, indicating no constraint on recording duration.
- Attributes