PipeWire
0.1.5
|
A time structure. More...
Data Fields | |
int64_t | now |
the monotonic time More... | |
int64_t | ticks |
the ticks at now More... | |
int32_t | rate |
the rate of ticks More... | |
A time structure.
int64_t pw_time::now |
the monotonic time
Referenced by pw_stream_get_time().
int32_t pw_time::rate |
the rate of ticks
Referenced by pw_stream_get_time().
int64_t pw_time::ticks |
the ticks at now
Referenced by pw_stream_get_time().