Function steam_audio::ffi::iplSetConvolutionEffectIdentifier [] [src]

pub unsafe extern "C" fn iplSetConvolutionEffectIdentifier(
    effect: IPLhandle,
    identifier: IPLBakedDataIdentifier
) -> IPLvoid

Changes the identifier associated with a Convolution Effect object. This is useful when using a static listener bake, where you may want to teleport the listener between two or more locations for which baked data has been generated.

\param effect Handle to a Convolution Effect object. \param identifier The new identifier of the Convolution Effect object.