<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreAudio",
  "identifier" : "/documentation/CoreAudio/UnsafeMutableAudioBufferListPointer",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Audio"
    ],
    "preciseIdentifier" : "s:9CoreAudio013UnsafeMutableB17BufferListPointerV"
  },
  "title" : "UnsafeMutableAudioBufferListPointer"
}
-->

# UnsafeMutableAudioBufferListPointer

A wrapper for a pointer to an `AudioBufferList`.

```
struct UnsafeMutableAudioBufferListPointer
```

## Overview

Like `UnsafeMutablePointer`, this type provides no automated memory
management and the user must therefore take care to allocate and free
memory appropriately.

## Relationships

### Conforms To

[`Collection`](/documentation/Swift/Collection)

[`Escapable`](/documentation/Swift/Escapable)

[`Copyable`](/documentation/Swift/Copyable)

[`Sequence`](/documentation/Swift/Sequence)

[`RandomAccessCollection`](/documentation/Swift/RandomAccessCollection)

[`MutableCollection`](/documentation/Swift/MutableCollection)

[`BidirectionalCollection`](/documentation/Swift/BidirectionalCollection)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)