paracusia v0.2.9 Paracusia.MpdClient.AudioOutputs
Functions related to audio output devices available to MPD.
See also: https://musicpd.org/doc/protocol/output_commands.html
Link to this section Summary
Functions
Returns a map containing information about all audio outputs
Turns an output off
Turns an output on
Turns an output on or off, depending on the current state
Link to this section Types
Link to this section Functions
Link to this function
all()
all() :: {:ok, [Paracusia.MpdClient.AudioOutputs.t()]} | {:error, {String.t(), String.t()}}
Returns a map containing information about all audio outputs.
Turns an output off.
Turns an output on.
Turns an output on or off, depending on the current state.