positionHandler property

  1. @deprecated
TimeChangeHandler? positionHandler
getter/setter pair

Handler of changes on player position.

Will continuously update the position of the playback if the status is AudioPlayerState.PLAYING.

You can use it on a progress bar, for instance.

This is deprecated. Use onAudioPositionChanged instead.

Implementation

@deprecated
TimeChangeHandler? positionHandler;