duration | ${this.playerState.duration} |
---|---|
endOfSong | ${this.playerState.endOfSong} |
pausedSongTime | ${this.playerState.pausedSongTime?.toFixed(3)} |
playing | ${this.playerState.playing} |
song | ${this.playerState.song?.value} |
wallStartTime | ${this.playerState.wallStartTime} |
t | ${this.playerTime.toFixed(3)} |