Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasePlayer ¶
type ReplayGainMode ¶
type ReplayGainMode int
const ( ReplayGainNone ReplayGainMode = iota ReplayGainTrack ReplayGainAlbum )
func (ReplayGainMode) String ¶
func (r ReplayGainMode) String() string
type ReplayGainOptions ¶
type ReplayGainOptions struct { Mode ReplayGainMode PreampGain float64 PreventClipping bool }
Replay Gain options (argument to SetReplayGainOptions).
type ReplayGainPlayer ¶
type ReplayGainPlayer interface {
SetReplayGainOptions(ReplayGainOptions) error
}
type Status ¶
The current status of the player. Includes playback state, current time, total track time, and playlist position.
type TrackPlayer ¶
type TrackPlayer interface { BasePlayer PlayTrack(track *mediaprovider.Track) error SetNextTrack(track *mediaprovider.Track) error }
Click to show internal directories.
Click to hide internal directories.