package playback type DesktopPlayback interface { Start() Stop() error OnPlayPause() OnPlaylistChanged() OnSongChanged() OnPositionChanged(sec int) }