Contents

withUnsafePointer(_:)

Calls a closure with a pointer to the backing AudioChannelLayout.

Declaration

func withUnsafePointer<Result>(_ body: (UnsafePointer<AudioChannelLayout>) throws -> Result) rethrows -> Result

Parameters

  • body:

    A closure that is called with a pointer to the backing AudioChannelLayout.