getCurrentProgress abstract method

Future<int> getCurrentProgress(
  1. int audioEffectID
)

Get current playback progress.

Available since: 1.16.0 Description: Get current playback progress of the specified audio effect. Unit is millisecond. When to call: You should invoke this function after the audio effect resource already loaded, otherwise the return value is 0. Restrictions: None. Related APIs: start, loadResource.

  • audioEffectID ID for the audio effect.

Implementation

Future<int> getCurrentProgress(int audioEffectID);