Searched refs:receive (Results 1 – 4 of 4) sorted by relevance
64 pub fn estimate(&self, receive: SystemTime) -> SystemTime { in estimate()65 let receive_ntp = unix2ntp(receive); in estimate()
108 let receive = AbsSendTimeExtension::unmarshal(buf)?; in test_abs_send_time_extension_estimate() localVariable110 let estimated = receive.estimate(ntp2unix(receive_ntp)); in test_abs_send_time_extension_estimate()
6 * Added `alloc_close_notify` config parameter to `ServerConfig` and `Allocation`, to receive notify…
502 pub async fn receive(&self, parameters: &RTCRtpReceiveParameters) -> Result<()> { in receive() method665 if let Err(err) = self.receive(&RTCRtpReceiveParameters { encodings }).await { in start()