There are two components: a player and tracklist.
The player contains built-in for audio
tags - currentTime
and duration
. It is necessary to display their difference in the tracklist component.
Can this be done? If so, how?
|
There are two components: a player and tracklist.
The player contains built-in for audio
tags - currentTime
and duration
. It is necessary to display their difference in the tracklist component.
Can this be done? If so, how?
Source: https://ru.stackoverflow.com/questions/547151/
All Articles