libmpdclient 2.22
|
MPD client library. More...
#include <stdbool.h>
Go to the source code of this file.
Functions | |
bool | mpd_send_binarylimit (struct mpd_connection *connection, unsigned limit) |
bool | mpd_run_binarylimit (struct mpd_connection *connection, unsigned limit) |
MPD client library.
Do not include this header directly. Use mpd/client.h instead.
Definition in file binary.h.
bool mpd_send_binarylimit | ( | struct mpd_connection * | connection, |
unsigned | limit | ||
) |
Sends the "binarylimit" command to MPD.
connection | a valid and connected mpd_connection. |
limit | the binary chunk size limit. |
bool mpd_run_binarylimit | ( | struct mpd_connection * | connection, |
unsigned | limit | ||
) |
Shortcut for mpd_send_binarylimit() and mpd_response_finish().
connection | A valid and connected mpd_connection. |
limit | the binary chunk size limit. |