PipeWire  0.3.67
h264.h
Go to the documentation of this file.
1 /* Simple Plugin API */
2 /* SPDX-FileCopyrightText: Copyright © 2023 Wim Taymans */
3 /* SPDX-License-Identifier: MIT */
4 
5 #ifndef SPA_VIDEO_H264_H
6 #define SPA_VIDEO_H264_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
17 #include <spa/param/format.h>
18 
24 };
25 
30 };
31 
34  struct spa_fraction framerate;
38 };
39 
44 #ifdef __cplusplus
45 } /* extern "C" */
46 #endif
47 
48 #endif /* SPA_VIDEO_H264_H */
spa_h264_alignment
Definition: h264.h:31
spa_h264_stream_format
Definition: h264.h:24
@ SPA_H264_ALIGNMENT_UNKNOWN
Definition: h264.h:32
@ SPA_H264_ALIGNMENT_NAL
Definition: h264.h:34
@ SPA_H264_ALIGNMENT_AU
Definition: h264.h:33
@ SPA_H264_STREAM_FORMAT_UNKNOWN
Definition: h264.h:25
@ SPA_H264_STREAM_FORMAT_BYTESTREAM
Definition: h264.h:28
@ SPA_H264_STREAM_FORMAT_AVC
Definition: h264.h:26
@ SPA_H264_STREAM_FORMAT_AVC3
Definition: h264.h:27
spa/param/format.h
Definition: defs.h:123
Definition: defs.h:102
Definition: h264.h:37
enum spa_h264_alignment alignment
Definition: h264.h:42
struct spa_rectangle size
Definition: h264.h:38
struct spa_fraction framerate
Definition: h264.h:39
enum spa_h264_stream_format stream_format
Definition: h264.h:41
struct spa_fraction max_framerate
Definition: h264.h:40