Documentation
¶
Index ¶
- func IDs() [13]string
- type Playlist
- func (playlist *Playlist) Current() (*Track, error)
- func (playlist *Playlist) CurrentAndNext() ([]Track, error)
- func (playlist *Playlist) Next() (*Track, error)
- func (playlist *Playlist) NextSync(tracks []Track) (time.Duration, error)
- func (playlist *Playlist) Previous() (*Track, error)
- func (playlist *Playlist) Remaining(track *Track) (time.Duration, error)
- type Position
- type Radio
- type Track
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Playlist ¶
type Playlist struct {
Tracks []Track
}
func (*Playlist) CurrentAndNext ¶
Click to show internal directories.
Click to hide internal directories.