Function steam_audio::ffi::iplDestroyBinauralRenderer [] [src]

pub unsafe extern "C" fn iplDestroyBinauralRenderer(
    renderer: *mut IPLhandle
) -> IPLvoid

Destroys a Binaural Renderer object. If any other API objects are still referencing the Binaural Renderer object, it will not be destroyed; destruction occurs when the object's reference count reaches zero.

\param renderer [in, out] Address of a handle to the Binaural Renderer object to destroy.