Class ProgressData
-
- All Implemented Interfaces:
public final class ProgressDataProgress data of the audio track.
-
-
Constructor Summary
Constructors Constructor Description ProgressData(Integer currentPosition, Float progress, Integer duration)
-
Method Summary
Modifier and Type Method Description final IntegergetCurrentPosition()final FloatgetProgress()final IntegergetDuration()-
-
Method Detail
-
getCurrentPosition
final Integer getCurrentPosition()
-
getProgress
final Float getProgress()
-
getDuration
final Integer getDuration()
-
-
-
-