vidaptive 0.1.0

Responsive rate control for real-time video
Documentation
1
2
3
4
5
6
//! Transport: media queue, pacing, and backlog fillers.

pub(crate) mod filler;
pub(crate) mod pacer;

pub(crate) use pacer::Pacer;