PipeWire  1.4.11
buffers.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_BUFFERS_H
6 #define SPA_PARAM_BUFFERS_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
17 #include <spa/param/param.h>
18 
20 enum spa_param_buffers {
29 };
30 
36 };
37 
43 };
44 
49 #ifdef __cplusplus
50 } /* extern "C" */
51 #endif
52 
53 #endif /* SPA_PARAM_BUFFERS_H */
number of buffers (Int)
Definition: buffers.h:27
the expected maximum size the meta (Int)
Definition: buffers.h:40
size of the io area (Int)
Definition: buffers.h:47
spa_param_buffers
properties for SPA_TYPE_OBJECT_ParamBuffers
Definition: buffers.h:25
type ID, uniquely identifies the io area (Id enum spa_io_type)
Definition: buffers.h:46
possible memory types (flags choice Int, mask of enum spa_data_type)
Definition: buffers.h:32
Definition: buffers.h:38
required meta data types (Int, mask of enum spa_meta_type)
Definition: buffers.h:33
size of a data block memory (Int)
Definition: buffers.h:29
spa/param/param.h
spa_param_meta
properties for SPA_TYPE_OBJECT_ParamMeta
Definition: buffers.h:37
the metadata, one of enum spa_meta_type (Id enum spa_meta_type)
Definition: buffers.h:39
Definition: buffers.h:26
spa_param_io
properties for SPA_TYPE_OBJECT_ParamIO
Definition: buffers.h:44
Definition: buffers.h:45
alignment of data block memory (Int)
Definition: buffers.h:31
number of data blocks per buffer (Int)
Definition: buffers.h:28
stride of data block memory (Int)
Definition: buffers.h:30