AVCaptureFileOutput.MaxRecordedFileSize 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.
The maximum size of a recorded file, or 0, indicating no constraint.
public virtual long MaxRecordedFileSize { [Foundation.Export("maxRecordedFileSize")] get; [Foundation.Export("setMaxRecordedFileSize:")] set; }
member this.MaxRecordedFileSize : int64 with get, set
Property Value
The default value is 0, indicating no constraint on file size.
- Attributes