myMPD
Internal API documentation
Loading...
Searching...
No Matches
extra_media.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-3.0-or-later
3 myMPD (c) 2018-2025 Juergen Mang <mail@jcgames.de>
4 https://github.com/jcorporation/mympd
5*/
6
11#ifndef MYMPD_API_EXTRA_MEDIA_H
12#define MYMPD_API_EXTRA_MEDIA_H
13
14#include "src/lib/mympd_state.h"
15
16sds mympd_api_get_extra_media(sds buffer, struct t_mpd_state *mpd_state, sds booklet_name, sds info_txt_name, const char *uri, bool is_dirname);
17
18#endif
sds mympd_api_get_extra_media(sds buffer, struct t_mpd_state *mpd_state, sds booklet_name, sds info_txt_name, const char *uri, bool is_dirname)
Definition extra_media.c:58
Central myMPD state for the mympd_api thread.
Definition mympd_state.h:65