PipeWire 1.0.4
Loading...
Searching...
No Matches
spa_meta_header Struct Reference

Describes essential buffer header metadata such as flags and timestamps. More...

#include <spa/buffer/meta.h>

Data Fields

uint32_t flags
 flags
 
uint32_t offset
 offset in current cycle
 
int64_t pts
 presentation timestamp in nanoseconds
 
int64_t dts_offset
 decoding timestamp as a difference with pts
 
uint64_t seq
 sequence number, increments with a media specific frequency
 

Detailed Description

Field Documentation

◆ flags

uint32_t spa_meta_header::flags

◆ offset

uint32_t spa_meta_header::offset

offset in current cycle

◆ pts

int64_t spa_meta_header::pts

presentation timestamp in nanoseconds

Examples
video-src-alloc.c, video-src-fixate.c, video-src-reneg.c, and video-src.c.

◆ dts_offset

int64_t spa_meta_header::dts_offset

decoding timestamp as a difference with pts

Examples
video-src-alloc.c, video-src-fixate.c, video-src-reneg.c, and video-src.c.

◆ seq

uint64_t spa_meta_header::seq

sequence number, increments with a media specific frequency

Examples
video-src-alloc.c, video-src-fixate.c, video-src-reneg.c, and video-src.c.

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