PipeWire  1.0.3
spa_buffer_alloc_info Struct Reference

information about the buffer layout More...

#include <spa/buffer/alloc.h>

Data Fields

uint32_t flags
 
uint32_t max_align
 max of all alignments More...
 
uint32_t n_metas
 
uint32_t n_datas
 
struct spa_metametas
 
struct spa_datadatas
 
uint32_t * data_aligns
 
size_t skel_size
 size of the struct spa_buffer and inlined meta/chunk/data More...
 
size_t meta_size
 size of the meta if not inlined More...
 
size_t chunk_size
 size of the chunk if not inlined More...
 
size_t data_size
 size of the data if not inlined More...
 
size_t mem_size
 size of the total memory if not inlined More...
 

Detailed Description

information about the buffer layout

Field Documentation

uint32_t spa_buffer_alloc_info::flags
uint32_t spa_buffer_alloc_info::max_align

max of all alignments

uint32_t spa_buffer_alloc_info::n_metas
uint32_t spa_buffer_alloc_info::n_datas
struct spa_meta* spa_buffer_alloc_info::metas
struct spa_data* spa_buffer_alloc_info::datas
uint32_t* spa_buffer_alloc_info::data_aligns
size_t spa_buffer_alloc_info::skel_size

size of the struct spa_buffer and inlined meta/chunk/data

size_t spa_buffer_alloc_info::meta_size

size of the meta if not inlined

size_t spa_buffer_alloc_info::chunk_size

size of the chunk if not inlined

size_t spa_buffer_alloc_info::data_size

size of the data if not inlined

size_t spa_buffer_alloc_info::mem_size

size of the total memory if not inlined


The documentation for this struct was generated from the following file: