Copyright | (c) Joachim Fasting 2012 |
---|---|
License | MIT |
Maintainer | joachifm@fastmail.fm |
Stability | stable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Network.MPD.Applicative.Output
Description
Audio output devices.
Synopsis
- disableOutput :: Int -> Command ()
- enableOutput :: Int -> Command ()
- toggleOutput :: Int -> Command ()
- outputs :: Command [Device]
Documentation
disableOutput :: Int -> Command () #
Turn off output.
enableOutput :: Int -> Command () #
Turn on output.
toggleOutput :: Int -> Command () #
Toggle output.