PipeWire  1.2.5
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_video_info_mjpg
Definition: mjpg.h:24
spa_fraction
Definition: defs.h:137
format.h
spa/param/format.h
spa_video_info_mjpg::size
struct spa_rectangle size
Definition: mjpg.h:25
spa_rectangle
Definition: defs.h:116
spa_video_info_mjpg::framerate
struct spa_fraction framerate
Definition: mjpg.h:26
spa_video_info_mjpg::max_framerate
struct spa_fraction max_framerate
Definition: mjpg.h:27