<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/AudioUnitRenderContext",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@S@AudioUnitRenderContext"
  },
  "title" : "AudioUnitRenderContext"
}
-->

# AudioUnitRenderContext

A structure that contains thread context information for a real-time rendering operation.

```
struct AudioUnitRenderContext;
```

## Overview

When the thread context of a rendering operation changes, the system packages the new rendering context information in an [`AudioUnitRenderContext`](/documentation/AudioToolbox/AudioUnitRenderContext) structure and passes it to the [`AURenderContextObserver`](/documentation/AudioToolbox/AURenderContextObserver) block of any associated Audio Unit app extensions.

## Topics

### Properties

[`workgroup`](/documentation/AudioToolbox/AudioUnitRenderContext/workgroup)

The workgroup that manages the rendering threads of the audio unit.

[`reserved`](/documentation/AudioToolbox/AudioUnitRenderContext/reserved)

System-specific information.



---

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)