Expand description
Timing utilities for Clasp
Provides clock synchronization and timestamp handling.
Structs§
- Clock
Sync - Clock synchronization state
- Jitter
Buffer - Jitter buffer for smoothing high-rate streams
- Session
Time - Session time tracker (time since session start)
Functions§
- from_
duration - Convert Duration to microseconds
- now
- Get current Unix timestamp in microseconds
- to_
duration - Convert microseconds to Duration
Type Aliases§
- Timestamp
- Timestamp type (microseconds)