myMPD
Internal API documentation
Loading...
Searching...
No Matches
albumart.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_COVER_H
12#define MYMPD_API_COVER_H
13
14#include "src/lib/mympd_state.h"
15
16sds mympd_api_albumart_getcover_by_album_id(struct t_partition_state *partition_state, struct t_cache *album_cache,
17 sds buffer, unsigned request_id, sds albumid, unsigned size);
18sds mympd_api_albumart_getcover_by_uri(struct t_mympd_state *mympd_state, struct t_partition_state *partition_state,
19 sds buffer, unsigned request_id, unsigned long conn_id, sds uri, void **binary);
20
21#endif
sds mympd_api_albumart_getcover_by_album_id(struct t_partition_state *partition_state, struct t_cache *album_cache, sds buffer, unsigned request_id, sds albumid, unsigned size)
Definition albumart.c:41
sds mympd_api_albumart_getcover_by_uri(struct t_mympd_state *mympd_state, struct t_partition_state *partition_state, sds buffer, unsigned request_id, unsigned long conn_id, sds uri, void **binary)
Definition albumart.c:114
Central myMPD state for the mympd_api thread.
Definition cache_rax.h:22
Definition mympd_state.h:215
Definition mympd_state.h:114