AVCaptureFileOutput.MinFreeDiskSpaceLimit Property

Definition

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.

Applies to