|
myMPD
Internal API documentation
|
Central myMPD state for the mympd_api thread. More...
#include "compile_time.h"#include "src/lib/config/jukebox_state.h"#include "src/lib/sds/sds_extras.h"#include <string.h>
Functions | |
| void | jukebox_state_default (struct t_jukebox_state *jukebox_state) |
| void | jukebox_state_free (struct t_jukebox_state *jukebox_state) |
| void | jukebox_state_copy (struct t_jukebox_state *src, struct t_jukebox_state *dst) |
Central myMPD state for the mympd_api thread.
| void jukebox_state_copy | ( | struct t_jukebox_state * | src, |
| struct t_jukebox_state * | dst ) |
Copies the jukebox settings
| src | source |
| dst | destination |
| void jukebox_state_default | ( | struct t_jukebox_state * | jukebox_state | ) |
Sets jukebox state defaults
| jukebox_state | pointer to t_jukebox_state struct |
| void jukebox_state_free | ( | struct t_jukebox_state * | jukebox_state | ) |
Frees the t_jukebox_state struct
| jukebox_state | pointer to t_jukebox_state struct |