pub struct ChunkTimestamper { /* private fields */ }Expand description
Generates evenly-spaced timestamps based on sample count. This matches the C++ server behavior: timestamps reflect when audio should be played, not when it was read from the source.
Implementations§
Auto Trait Implementations§
impl Freeze for ChunkTimestamper
impl RefUnwindSafe for ChunkTimestamper
impl Send for ChunkTimestamper
impl Sync for ChunkTimestamper
impl Unpin for ChunkTimestamper
impl UnsafeUnpin for ChunkTimestamper
impl UnwindSafe for ChunkTimestamper
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more