mpc-bar

macOS menu bar client for the Music Player Daemon
Log | Files | Refs | README | LICENSE

audio_format.h (263B)


      1 // SPDX-License-Identifier: GPL-2.0-or-later
      2 // Copyright The Music Player Daemon Project
      3 
      4 #pragma once
      5 
      6 #include <stddef.h>
      7 
      8 struct mpd_audio_format;
      9 
     10 void
     11 format_audio_format(char *buffer, size_t buffer_size,
     12 		    const struct mpd_audio_format *audio_format);