PipeWire 1.1.0
Loading...
Searching...
No Matches
alac.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_ALAC_H
6#define SPA_AUDIO_ALAC_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12#include <spa/param/audio/raw.h>
13
20 uint32_t rate; /*< sample rate */
21 uint32_t channels; /*< number of channels */
22};
23
24#define SPA_AUDIO_INFO_ALAC_INIT(...) ((struct spa_audio_info_alac) { __VA_ARGS__ })
30#ifdef __cplusplus
31} /* extern "C" */
32#endif
33
34#endif /* SPA_AUDIO_ALAC_H */
spa/param/audio/raw.h
Definition alac.h:24
uint32_t rate
Definition alac.h:25
uint32_t channels
Definition alac.h:26