PipeWire  1.6.4
mpegh.h
Go to the documentation of this file.
1 /* Simple Plugin API */
2 /* SPDX-FileCopyrightText: Copyright © 2025 Carlos Rafael Giani */
3 /* SPDX-License-Identifier: MIT */
4 
5 #ifndef SPA_AUDIO_MPEGH_H
6 #define SPA_AUDIO_MPEGH_H
7 
8 #include <spa/param/audio/raw.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
38 struct spa_audio_info_mpegh {
39  uint32_t rate; /*< sample rate */
40 };
41 
42 #define SPA_AUDIO_INFO_MPEGH_INIT(...) ((struct spa_audio_info_mpegh) { __VA_ARGS__ })
43 
48 #ifdef __cplusplus
49 } /* extern "C" */
50 #endif
51 
52 #endif /* SPA_AUDIO_MPEGH_H */
spa/param/audio/raw.h
MPEG-H 3D audio info.
Definition: mpegh.h:43
uint32_t rate
Definition: mpegh.h:44