PipeWire 1.6.8
Loading...
Searching...
No Matches
format.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_PARAM_VIDEO_FORMAT_H
6#define SPA_PARAM_VIDEO_FORMAT_H
7
8#include <spa/param/format.h>
10#include <spa/param/video/dsp.h>
11#include <spa/param/video/encoded.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
21
22struct spa_video_info {
23 uint32_t media_type;
24 uint32_t media_subtype;
25 union {
26 struct spa_video_info_raw raw;
31};
32
36
37#ifdef __cplusplus
38} /* extern "C" */
39#endif
40
41#endif /* SPA_PARAM_VIDEO_FORMAT_H */
spa/param/format.h
Definition dsp.h:24
Definition h264.h:37
Definition mjpg.h:24
Definition format.h:27
uint32_t media_subtype
Definition format.h:29
uint32_t media_type
Definition format.h:28
union spa_video_info::@153017000062051131230202375255073307160232331003 info
spa/param/video/dsp.h
spa/param/video/raw.h