Copyright | (c) Joachim Fasting 2012 |
---|---|
License | MIT |
Maintainer | joachifm@fastmail.fm |
Stability | stable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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 () Source #
Set replay gain mode.
replayGainStatus :: Command [(String, String)] Source #
Get replay gain status: option name and its value.