PipeWire
1.6.4
Toggle main menu visibility
Loading...
Searching...
No Matches
vorbis.h
Go to the documentation of this file.
1
/* Simple Plugin API */
2
/* SPDX-FileCopyrightText: Copyright © 2023 Wim Taymans */
3
/* SPDX-License-Identifier: MIT */
4
5
#ifndef SPA_AUDIO_VORBIS_H
6
#define SPA_AUDIO_VORBIS_H
7
8
#include <
spa/param/audio/raw.h
>
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
18
19
struct
spa_audio_info_vorbis
{
20
uint32_t
rate
;
/*< sample rate */
21
uint32_t
channels
;
/*< number of channels */
22
};
23
24
#define SPA_AUDIO_INFO_VORBIS_INIT(...) ((struct spa_audio_info_vorbis) { __VA_ARGS__ })
25
28
29
30
#ifdef __cplusplus
31
}
/* extern "C" */
32
#endif
33
34
#endif
/* SPA_AUDIO_VORBIS_H */
raw.h
spa/param/audio/raw.h
spa_audio_info_vorbis
Definition
vorbis.h:24
spa_audio_info_vorbis::rate
uint32_t rate
Definition
vorbis.h:25
spa_audio_info_vorbis::channels
uint32_t channels
Definition
vorbis.h:26
spa
param
audio
vorbis.h
Generated by
1.17.0