PipeWire  0.3.66
video/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_VIDEO_DSP_H
6 #define SPA_VIDEO_DSP_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
17 #include <spa/param/video/raw.h>
18 
19 struct spa_video_info_dsp {
21  uint32_t flags;
22  uint64_t modifier;
23 };
24 
25 #define SPA_VIDEO_INFO_DSP_INIT(...) ((struct spa_video_info_dsp) { __VA_ARGS__ })
26 
31 #ifdef __cplusplus
32 } /* extern "C" */
33 #endif
34 
35 #endif /* SPA_VIDEO_DSP_H */
spa_video_format
Video formats.
Definition: video/raw.h:43
Definition: video/dsp.h:24
uint32_t flags
Definition: video/dsp.h:26
enum spa_video_format format
Definition: video/dsp.h:25
uint64_t modifier
Definition: video/dsp.h:27
spa/param/video/raw.h