Refactor pt. 2: route player transport controls+callbacks through PlaybackManager

This commit is contained in:
Drew Weymouth
2023-12-18 09:06:17 -08:00
parent bd4db95f64
commit 1665281ad7
8 changed files with 155 additions and 97 deletions
-9
View File
@@ -25,15 +25,6 @@ const (
SeekRelativePercent
)
// One of "no", "track", or "album"
type ReplayGainMode string
const (
ReplayGainNone ReplayGainMode = "no"
ReplayGainTrack ReplayGainMode = "track"
ReplayGainAlbum ReplayGainMode = "album"
)
// Information about a specific audio device.
// Returned by ListAudioDevices.
type AudioDevice struct {