PipeWire  0.3.67
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
9 extern "C" {
10 #endif
11 
17 #include <spa/param/format.h>
18 
19 struct spa_video_info_mjpg {
20  struct spa_rectangle size;
21  struct spa_fraction framerate;
23 };
24 
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