PipeWire
0.2.0
|
A time structure. More...
Data Fields | |
int64_t | now |
the monotonic time More... | |
int64_t | ticks |
the ticks at now More... | |
struct spa_fraction | rate |
the rate of ticks More... | |
A time structure.
int64_t pw_time::now |
the monotonic time
Referenced by pw_stream_get_time().
struct spa_fraction 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().