PipeWire 1.5.0
Loading...
Searching...
No Matches
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
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
39 uint32_t rate; /*< sample rate */
40};
41
42#define SPA_AUDIO_INFO_MPEGH_INIT(...) ((struct spa_audio_info_mpegh) { __VA_ARGS__ })
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