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 
15 enum {
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
uint16_t reserved0
Definition: audio_format.h:67
uint32_t sample_rate
Definition: audio_format.h:45
uint32_t reserved1
Definition: audio_format.h:70