Contents

int32ChannelData

The buffer’s 32-bit integer audio samples.

Declaration

var int32ChannelData: UnsafePointer<UnsafeMutablePointer<Int32>>? { get }

Discussion

The int32ChannelData property returns the buffer’s audio samples if the buffer’s format has 4-byte integer samples, or nil if it’s another format. For more information, see floatChannelData.

See Also

Accessing PCM Buffer Data