PipeWire 1.0.5
Loading...
Searching...
No Matches
mjpg.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_MJPG_H
6#define SPA_VIDEO_MJPG_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
17#include <spa/param/format.h>
18
20 struct spa_rectangle size;
23};
29#ifdef __cplusplus
30} /* extern "C" */
31#endif
32
33#endif /* SPA_VIDEO_MJPG_H */
spa/param/format.h
Definition defs.h:123
Definition defs.h:102
Definition mjpg.h:24
struct spa_fraction max_framerate
Definition mjpg.h:27
struct spa_fraction framerate
Definition mjpg.h:26
struct spa_rectangle size
Definition mjpg.h:25