coreaudio::audio_unit::render_callback::action_flags::POST_RENDER []

pub const POST_RENDER: ActionFlags = ActionFlags{bits: au::kAudioUnitRenderAction_PostRender,}

Called on a render notification Proc, which is called either before or after the render operation of the audio unit. If this flag is set, the proc is being called after the render operation is completed.

Available in OS X v10.0 and later.