PipeWire
1.2.6
Loading...
Searching...
No Matches
dsp.h
Go to the documentation of this file.
1
/* Simple Plugin API */
2
/* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
3
/* SPDX-License-Identifier: MIT */
4
5
#ifndef SPA_AUDIO_DSP_H
6
#define SPA_AUDIO_DSP_H
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
#include <
spa/param/audio/raw.h
>
13
19
struct
spa_audio_info_dsp
{
20
enum
spa_audio_format
format
;
/*< format, one of the DSP formats in enum spa_audio_format */
21
};
22
23
#define SPA_AUDIO_INFO_DSP_INIT(...) ((struct spa_audio_info_dsp) { __VA_ARGS__ })
24
29
#ifdef __cplusplus
30
}
/* extern "C" */
31
#endif
32
33
#endif
/* SPA_AUDIO_DSP_H */
raw.h
spa/param/audio/raw.h
spa_audio_format
spa_audio_format
Definition
raw.h:31
spa_audio_info_dsp
Definition
dsp.h:24
spa_audio_info_dsp::format
enum spa_audio_format format
Definition
dsp.h:25
spa
param
audio
dsp.h
Generated by
1.10.0