libmpd-0.10.0.0: An MPD client library.
Copyright(c) Joachim Fasting 2012
LicenseMIT
Maintainerjoachifm@fastmail.fm
Stabilitystable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

Network.MPD.Applicative.Output

Description

Audio output devices.

Synopsis

Documentation

disableOutput :: Int -> Command () Source #

Turn off output.

enableOutput :: Int -> Command () Source #

Turn on output.

toggleOutput :: Int -> Command () Source #

Toggle output.

outputs :: Command [Device] Source #

Get information about all available output devices.