PipeWire 1.1.0
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
9extern "C" {
10#endif
11
12#include <spa/param/audio/raw.h>
13
19struct 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__ })
29#ifdef __cplusplus
30} /* extern "C" */
31#endif
32
33#endif /* SPA_AUDIO_DSP_H */
spa/param/audio/raw.h
spa_audio_format
Definition raw.h:31
Definition dsp.h:24
enum spa_audio_format format
Definition dsp.h:25