AVCaptureFileOutput.MinFreeDiskSpaceLimit 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 minimum number of bytes that must be available for recording to continue with the current settings.
public virtual long MinFreeDiskSpaceLimit { [Foundation.Export("minFreeDiskSpaceLimit")] get; [Foundation.Export("setMinFreeDiskSpaceLimit:")] set; }
member this.MinFreeDiskSpaceLimit : int64 with get, set
Property Value
- Attributes
Remarks
When disk space falls below this value, FinishedRecording(AVCaptureFileOutput, NSUrl, NSObject[], NSError) will be called with an error parameter.