pub unsafe extern "C" fn iplReflectionEffectCreate(
context: IPLContext,
audioSettings: *mut IPLAudioSettings,
effectSettings: *mut IPLReflectionEffectSettings,
effect: *mut IPLReflectionEffect,
) -> IPLerrorExpand description
Creates a reflection effect.
\param context The context used to initialize Steam Audio. \param audioSettings Global audio processing settings. \param effectSettings The settings to use when creating the reflection effect. \param effect [out] The created reflection effect.
\return Status code indicating whether or not the operation succeeded.