status
The status of reading sample buffers from the asset.
Declaration
var status: AVAssetReader.Status { get }Discussion
Check the value of this property when the copyNextSampleBuffer() method on AVAssetReaderOutput returns nil to determine why the output can’t read more data.
This property is thread safe.