Versions in this module Expand all Collapse all v0 v0.0.2 Nov 24, 2018 v0.0.1 Nov 24, 2018 Changes in this version + type Application struct + func NewApplication(debug, cacheDisabled bool) *Application + func (a *Application) Close() + func (a *Application) Load(filename, contentType string, transcode bool) error + func (a *Application) Next() error + func (a *Application) Pause() error + func (a *Application) PlayableMediaType(filename string) bool + func (a *Application) PlayedItems() map[string]PlayedItem + func (a *Application) Previous() error + func (a *Application) QueueLoad(filenames []string, contentType string, transcode bool) error + func (a *Application) Seek(value int) error + func (a *Application) SeekFromStart(value int) error + func (a *Application) SetDebug(debug bool) + func (a *Application) Skip() error + func (a *Application) Start(entry castdns.CastDNSEntry) error + func (a *Application) Status() (*cast.Application, *cast.Media, *cast.Volume) + func (a *Application) Stop() error + func (a *Application) StopMedia() error + func (a *Application) Unpause() error + func (a *Application) Update() error + type PlayedItem struct + ContentID string + Finished int64 + Started int64