libmpdclient 2.22
audio_format.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-2-Clause
2// Copyright The Music Player Daemon Project
3
10#ifndef MPD_AUDIO_FORMAT_H
11#define MPD_AUDIO_FORMAT_H
12
13#include <stdint.h>
14
15enum {
22
27
32};
33
45 uint32_t sample_rate;
46
56 uint8_t bits;
57
64 uint8_t channels;
65
67 uint16_t reserved0;
68
70 uint32_t reserved1;
71};
72
73#endif
@ MPD_SAMPLE_FORMAT_UNDEFINED
@ MPD_SAMPLE_FORMAT_FLOAT
@ MPD_SAMPLE_FORMAT_DSD
uint32_t sample_rate