audio: Add comments

This commit is contained in:
Hajime Hoshi 2019-05-02 02:11:35 +09:00
parent 80ae508d29
commit bea5b0f685

View File

@ -559,7 +559,7 @@ func (p *playerImpl) Pause() {
p.m.Unlock()
}
// Current returns the current position.
// Current returns the current position in time.
func (p *Player) Current() time.Duration {
return p.p.Current()
}