Contents

AVReadOnlyAudioPCMBuffer.ChannelData

Represents read-only channel data.

Declaration

enum ChannelData

Overview

For deinterleaved formats:

  • The span contains only the requested channel’s samples in contiguous memory

For interleaved formats:

  • The span contains the entire interleaved buffer starting at the channel’s first sample

Topics

Getting typed channel data

See Also

Accessing channel data