Contents

unitRenderAction_PostRenderError

If this flag is set on the post-render call an error was returned by the audio unit’s render operation. In this case, the error can be retrieved through the lastRenderError property and the audio data in ioData handed to the post-render notification will be invalid.

Declaration

static var unitRenderAction_PostRenderError: AudioUnitRenderActionFlags { get }

See Also

Constants