pub unsafe extern "C" fn iplReflectionMixerCreate(
context: IPLContext,
audioSettings: *mut IPLAudioSettings,
effectSettings: *mut IPLReflectionEffectSettings,
mixer: *mut IPLReflectionMixer,
) -> IPLerrorExpand 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.