Skip to main content

Crate videocall_codecs

Crate videocall_codecs 

Source
Expand description

A high-fidelity, cross-platform video decoder jitter buffer implementation in Rust.

Modulesยง

decoder
The common interface for platform-specific decoders.
encoder
frame
Contains the fundamental data structures for video frames.
jitter_buffer
The JitterBuffer, which reorders, buffers, and prepares frames for the decoder.
jitter_estimator
Calculates network jitter based on frame arrival times.
messages
Shared message types for worker communication