Contents

currentChunkStorageRange

The sample range in the storage container to load together with the current sample as a chunk.

Declaration

var currentChunkStorageRange: AVSampleCursorStorageRange { get }

Discussion

If the current chunk isn’t stored contiguously in its storage container, the property value’s offset is -1. In such cases use AVSampleBufferGenerator to obtain the sample data.

See Also

Getting sample information