myMPD
Internal API documentation
Loading...
Searching...
No Matches
volume.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-3.0-or-later
3 myMPD (c) 2018-2026 Juergen Mang <mail@jcgames.de>
4 https://github.com/jcorporation/mympd
5*/
6
10
11#ifndef MYMPD_MPD_CLIENT_VOLUME_H
12#define MYMPD_MPD_CLIENT_VOLUME_H
13
15
16int mympd_client_get_volume(struct t_partition_state *partition_state);
17#endif
int mympd_client_get_volume(struct t_partition_state *partition_state)
Definition volume.c:20
Central myMPD state for the mympd_api thread.
Definition partition_state.h:27