Function steam_audio::ffi::iplFlushConvolutionEffect [] [src]

pub unsafe extern "C" fn iplFlushConvolutionEffect(effect: IPLhandle) -> IPLvoid

Resets any internal state maintained by a Convolution Effect object. This is useful if the Convolution Effect object is going to be disabled/unused for a few frames; resetting the internal state will prevent an audible glitch when the Convolution Effect object is re-enabled at a later time.

\param effect Handle to a Convolution Effect object.