Contents

locationNotAvailable

An error code that indicates a specific sample isn’t contiguous, spans more than one file, or is for some other reason unsuitable to read directly from a file.

Declaration

static var locationNotAvailable: MEError.Code { get }

Discussion

If a sample isn’t contiguous, spans more than one file, or is for some other reason unsuitable to read directly from a file, use loadSampleBufferContainingSamples(to:completionHandler:) instead.

See Also

Identifying the error domain and codes