Documentation
¶
Index ¶
- type Jukebox
- func (j *Jukebox) AddTracks(tracks []*db.Track)
- func (j *Jukebox) ClearTracks()
- func (j *Jukebox) GetStatus() Status
- func (j *Jukebox) GetTracks() []*db.Track
- func (j *Jukebox) Listen() error
- func (j *Jukebox) Quit()
- func (j *Jukebox) RemoveTrack(i int)
- func (j *Jukebox) SetTracks(tracks []*db.Track)
- func (j *Jukebox) Skip(i int, offset int)
- func (j *Jukebox) Start()
- func (j *Jukebox) Stop()
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jukebox ¶
func (*Jukebox) ClearTracks ¶
func (j *Jukebox) ClearTracks()
func (*Jukebox) RemoveTrack ¶
Click to show internal directories.
Click to hide internal directories.