Contents

renderContextObserver

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

Declaration

@property (nonatomic, readonly) AURenderContextObserver renderContextObserver;

Discussion

Implement this property if your Audio Unit creates auxilliary realtime rendering threads. Return a block for the system to call when the rendering context changes.

See Also

Managing the Render Cycle