Function steam_audio::ffi::iplCreateProbeManager [] [src]

pub unsafe extern "C" fn iplCreateProbeManager(
    context: IPLhandle,
    probeManager: *mut IPLhandle
) -> IPLerror

Creates a Probe Manager object. A Probe Manager object manages a set of Probe Batch objects are runtime. It is typically exported from the game engine to the audio engine via an Environment object. Probe Batch objects can be dynamically added to or removed from a Probe Manager object.

\param context Handle to the Context object used by the game engine. \param probeManager [out] Handle to the created Probe Manager object.

\return Status code indicating whether or not the operation succeeded.