Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Playlist ¶
type Playlist struct {
ID string
Name string
Items []PlaylistItem
Index int
Playing bool
}
func NewPlaylist ¶
func NewPlaylist(id, name string, item []PlaylistItem) *Playlist
func (*Playlist) Current ¶
func (p *Playlist) Current() PlaylistItem
type PlaylistController ¶
type PlaylistItem ¶
Click to show internal directories.
Click to hide internal directories.