Contents

AudioUnitRenderContext

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

Declaration

struct AudioUnitRenderContext;

Mentioned in

Overview

When the thread context of a rendering operation changes, the system packages the new rendering context information in an AudioUnitRenderContext structure and passes it to the AURenderContextObserver block of any associated Audio Unit app extensions.

Topics

Properties

See Also

Host App Workgroup