libmpdclient  2.8
Functions
mixer.h File Reference

MPD client library. More...

Go to the source code of this file.

Functions

bool mpd_send_set_volume (struct mpd_connection *connection, unsigned volume)
 
bool mpd_run_set_volume (struct mpd_connection *connection, unsigned volume)
 

Detailed Description

MPD client library.

Functions for manipulating MPD's mixer controls.

Do not include this header directly. Use mpd/client.h instead.

Definition in file mixer.h.

Function Documentation

bool mpd_send_set_volume ( struct mpd_connection connection,
unsigned  volume 
)

Sets the volume of all output devices.

Parameters
connectionthe connection to MPD
volumethe volume, an integer between 0 and 100
Returns
true on success, false on error
bool mpd_run_set_volume ( struct mpd_connection connection,
unsigned  volume 
)

Shortcut for mpd_send_set_volume() and mpd_response_finish().

Parameters
connectionthe connection to MPD
volumethe volume, an integer between 0 and 100
Returns
true on success, false on error