1 2 3 4 5
pub struct EncodedFrame { pub payload: bytes::Bytes, pub timestamp: f64, pub keyframe: bool, }