OnAudioMixingPlayingProgressType typedef

OnAudioMixingPlayingProgressType = void Function(int mixId, int progress)

mixId: Audio mixing task ID.

progress: The current playback progress of the mixed audio file, in milliseconds.

Implementation

typedef OnAudioMixingPlayingProgressType = void Function(
    int mixId, int progress);