myMPD
Internal API documentation
Loading...
Searching...
No Matches
albumart_flac.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_WEB_SERVER_ALBUMART_FLAC_H
12#define MYMPD_WEB_SERVER_ALBUMART_FLAC_H
13
14#include "dist/sds/sds.h"
15#include <stdbool.h>
16
17bool handle_coverextract_flac(sds cachedir, const char *uri, const char *media_file, sds *binary, bool is_ogg, bool covercache, int offset);
18
19#endif
bool handle_coverextract_flac(sds cachedir, const char *uri, const char *media_file, sds *binary, bool is_ogg, bool covercache, int offset)
Definition albumart_flac.c:32