Contents

withUnsafeAudioBufferList(_:)

Provides scoped read-only access to the audio buffer list.

Declaration

func withUnsafeAudioBufferList<R>(_ body: (UnsafePointer<AudioBufferList>) throws -> R) rethrows -> R

Parameters

  • body:

    A closure that receives a pointer to the audio buffer list.

Return Value

The value returned by the closure.

Discussion

See Also

Accessing channel data