Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Player ¶
type Player struct { PaRes chan bool // pause/resume Play chan bool Mute chan bool VolumeUp chan bool VolumeDown chan bool PlayingError chan error SongToPlay string IsPlaying bool SongInfo tag.Metadata SongLength int Duration string Progress string ErrorMsg string Finished chan bool // contains filtered or unexported fields }
func (*Player) StartPlayer ¶
func (p *Player) StartPlayer()
Click to show internal directories.
Click to hide internal directories.