PipeWire
1.6.4
Toggle main menu visibility
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
8
#include <
spa/param/audio/raw.h
>
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
18
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
46
47
48
#ifdef __cplusplus
49
}
/* extern "C" */
50
#endif
51
52
#endif
/* SPA_AUDIO_MPEGH_H */
raw.h
spa/param/audio/raw.h
spa_audio_info_mpegh
MPEG-H 3D audio info.
Definition
mpegh.h:43
spa_audio_info_mpegh::rate
uint32_t rate
Definition
mpegh.h:44
spa
param
audio
mpegh.h
Generated by
1.17.0