Function steam_audio::ffi::iplRemoveProbeBatch [] [src]

pub unsafe extern "C" fn iplRemoveProbeBatch(
    probeManager: IPLhandle,
    probeBatch: IPLhandle
) -> IPLvoid

Removes a Probe Batch from a Probe Manager object. Once this function returns, probes in the Probe Batch will no longer be used to calculate sound propagation effects.

\param probeManager Handle to a Probe Manager object. \param probeBatch Handle to the Probe Batch object to remove.