unload abstract method

Future<int?> unload(
  1. int effectId
)

Unloads the specified audio effect file.

Return value:

  • 0: Success.
  • <0: Failure.

Notes: This API can be called only after RTCAudioEffectPlayer.start or RTCAudioEffectPlayer.preload.

Implementation

Future<int?> unload(int effectId);