| Copyright | (c) Joachim Fasting 2012 | 
|---|---|
| License | MIT | 
| Maintainer | joachifm@fastmail.fm | 
| Stability | stable | 
| Portability | unportable | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Network.MPD.Applicative.PlaybackOptions
Description
Playback options
Synopsis
- consume :: Bool -> Command ()
- crossfade :: Seconds -> Command ()
- random :: Bool -> Command ()
- repeat :: Bool -> Command ()
- setVolume :: Volume -> Command ()
- single :: Bool -> Command ()
- replayGainMode :: ReplayGainMode -> Command ()
- replayGainStatus :: Command [(String, String)]
- mixrampDb :: Decibels -> Command ()
- mixrampDelay :: Seconds -> Command ()
Documentation
replayGainMode :: ReplayGainMode -> Command () #
Set replay gain mode.
replayGainStatus :: Command [(String, String)] #
Get replay gain status: option name and its value.