IsPlaying returns boolean indicating whether the player is playing.
()
| 237 | |
| 238 | // IsPlaying returns boolean indicating whether the player is playing. |
| 239 | func (p *Player) IsPlaying() bool { |
| 240 | return p.isPlaying |
| 241 | } |
| 242 | |
| 243 | // Rewind rewinds the current position to the start. |
| 244 | // |
no outgoing calls