coreaudio::audio_unit::render_callback::action_flags::DO_NOT_CHECK_RENDER_ARGS []

pub const DO_NOT_CHECK_RENDER_ARGS: ActionFlags = ActionFlags{bits: au::kAudioUnitRenderAction_DoNotCheckRenderArgs,}

If this flag is set, then checks that are done on the arguments provided to render are not performed. This can be useful to use to save computation time in situations where you are sure you are providing the correct arguments and structures to the various render calls.

Available in OS X v10.7 and later.