pub unsafe extern "C" fn iplAmbisonicsRotationEffectCreate(
    context: IPLContext,
    audioSettings: *mut IPLAudioSettings,
    effectSettings: *mut IPLAmbisonicsRotationEffectSettings,
    effect: *mut IPLAmbisonicsRotationEffect
) -> IPLerror
Expand description

Creates an Ambisonics rotation 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 Ambisonics rotation effect. \param effect [out] The created Ambisonics rotation effect.

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