pub type Time = Timescale<1_000>;Expand description
A timestamp representing the presentation time in milliseconds.
The underlying implementation supports any scale, but everything uses milliseconds by default.
Aliased Typeยง
pub struct Time(/* private fields */);