pub fn bits_for_duration( bits_per_second: u64, duration_seconds: f64, ) -> Result<u64, BitrateError>