PipeWire
0.3.45
|
A time structure. More...
Data Fields | |
int64_t | now |
the monotonic time in nanoseconds More... | |
struct spa_fraction | rate |
the rate of ticks and delay More... | |
uint64_t | ticks |
the ticks at now. More... | |
int64_t | delay |
delay to device, add to ticks to get the time of the device. More... | |
uint64_t | queued |
data queued in the stream, this is the sum of the size fields in the pw_buffer that are currently queued More... | |
A time structure.
int64_t pw_time::now |
the monotonic time in nanoseconds
struct spa_fraction pw_time::rate |
the rate of ticks and delay
uint64_t pw_time::ticks |
the ticks at now.
This is the current time that the remote end is reading/writing.
int64_t pw_time::delay |
delay to device, add to ticks to get the time of the device.
Positive for INPUT streams and negative for OUTPUT streams.
uint64_t pw_time::queued |
data queued in the stream, this is the sum of the size fields in the pw_buffer that are currently queued