iplReflectionMixerCreate

Function iplReflectionMixerCreate 

Source
pub unsafe extern "C" fn iplReflectionMixerCreate(
    context: IPLContext,
    audioSettings: *mut IPLAudioSettings,
    effectSettings: *mut IPLReflectionEffectSettings,
    mixer: *mut IPLReflectionMixer,
) -> IPLerror
Expand description

Creates a reflection effect mixer.

\param context The context used to initialize Steam Audio. \param audioSettings Global audio processing settings. \param effectSettings The settings used when creating the reflection effects that will be mixed into this reflection mixer. \param mixer [out] The created reflection mixer.

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