<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaToolbox",
  "identifier" : "/documentation/MediaToolbox/MTAudioProcessingTapCallbacks/clientInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Media Toolbox"
    ],
    "preciseIdentifier" : "c:@SA@MTAudioProcessingTapCallbacks@FI@clientInfo"
  },
  "title" : "clientInfo"
}
-->

# clientInfo

App data that the system passes to the initialization callback.

```
var clientInfo: UnsafeMutableRawPointer?
```

## Discussion

The system passes this value to when it calls the [`MTAudioProcessingTapInitCallback`](/documentation/MediaToolbox/MTAudioProcessingTapInitCallback) function. This value can be `NULL`.

---

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)