|
PipeWire 0.3.38
|
Describes essential buffer header metadata such as flags and timestamps. More...
#include <meta.h>
Data Fields | |
| uint32_t | flags |
| flags More... | |
| uint32_t | offset |
| offset in current cycle More... | |
| int64_t | pts |
| presentation timestamp More... | |
| int64_t | dts_offset |
| decoding timestamp as a difference with pts More... | |
| uint64_t | seq |
| sequence number, increments with a media specific frequency More... | |
Describes essential buffer header metadata such as flags and timestamps.
| int64_t spa_meta_header::dts_offset |
decoding timestamp as a difference with pts
Referenced by spa_debug_buffer().
| uint32_t spa_meta_header::flags |
flags
Referenced by spa_debug_buffer().
| uint32_t spa_meta_header::offset |
offset in current cycle
Referenced by spa_debug_buffer().
| int64_t spa_meta_header::pts |
presentation timestamp
Referenced by spa_debug_buffer().
| uint64_t spa_meta_header::seq |
sequence number, increments with a media specific frequency
Referenced by spa_debug_buffer().