pub fn clock_convert<F>(source: Stream, convert: F) -> ClockConvertedStreamExpand description
Rewrites each packet’s ticks via convert, collecting its diagnostics.
For every packet, convert returns the replacement ticks and any
diagnostics describing the conversion; the diagnostics are gathered into the
returned ClockConvertedStream.