withUnsafePointer(_:)
Calls a closure with a pointer to the backing AudioChannelLayout.
Declaration
func withUnsafePointer<Result>(_ body: (UnsafePointer<AudioChannelLayout>) throws -> Result) rethrows -> ResultParameters
- body:
A closure that is called with a pointer to the backing
AudioChannelLayout.