ProgressData

data class ProgressData(val currentPosition: Int, val progress: Float, val duration: Int)

Progress data of the audio track.

Constructors

Link copied to clipboard
constructor(currentPosition: Int, progress: Float, duration: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard