WaveformSeekBar
WaveformSeekBar copied to clipboard
issue with progress
i cant set progress, i tried using
val mCurrentPosition: Int =
(const.player!!.mediaPlayer.currentPosition *100)/ const.player!!.mediaPlayer.duration
binding.progress.setProgressInPercentage(mCurrentPosition.toFloat())
please help, how do i set current progress and total progress