getAudioMixingCurrentPosition abstract method

  1. @Deprecated('Deprecated since v3.54.1, use RTCAudioEffectPlayer.getPosition and RTCMediaPlayer.getPosition instead')
Future<int?> getAudioMixingCurrentPosition(
  1. int mixId
)

Gets the music file playback progress in ms.

API call result:

  • >0: Success, SDK will return the music file playback progress, in milliseconds.
  • <0: Failure.

Make sure you have called RTCAudioMixingManager.startAudioMixing before calling this API.

Implementation

@Deprecated(
    'Deprecated since v3.54.1, use RTCAudioEffectPlayer.getPosition and RTCMediaPlayer.getPosition instead')
Future<int?> getAudioMixingCurrentPosition(int mixId);