Contents

kAudioUnitProperty_RenderContextObserver

The block that the system calls when the rendering context changes.

Declaration

kAudioUnitProperty_RenderContextObserver

Discussion

If your Audio Unit creates auxilliary realtime rendering threads, set the value of this key to the AURenderContextObserver block you want the system to execute. The system executes your block when the rendering context changes.

See Also

Host App Workgroup