pub unsafe extern "C" fn iplPathEffectCreate(
context: IPLContext,
audioSettings: *mut IPLAudioSettings,
effectSettings: *mut IPLPathEffectSettings,
effect: *mut IPLPathEffect,
) -> IPLerrorExpand description
Creates a path 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 path effect. \param effect [out] The created path effect.
\return Status code indicating whether or not the operation succeeded.