withUnsafeAudioBufferList(_:)
Provides scoped read-only access to the audio buffer list.
Declaration
func withUnsafeAudioBufferList<R>(_ body: (UnsafePointer<AudioBufferList>) throws -> R) rethrows -> RParameters
- body:
A closure that receives a pointer to the audio buffer list.
Return Value
The value returned by the closure.