Home
last modified time | relevance | path

Searched defs:with_interval (Results 1 – 3 of 3) sorted by relevance

/webrtc/interceptor/src/report/
H A Dmod.rs27 pub fn with_interval(mut self, interval: Duration) -> ReportBuilder { in with_interval() method
/webrtc/interceptor/src/nack/generator/
H A Dmod.rs48 pub fn with_interval(mut self, interval: Duration) -> GeneratorBuilder { in with_interval() method
/webrtc/interceptor/src/twcc/receiver/
H A Dmod.rs25 pub fn with_interval(mut self, interval: Duration) -> ReceiverBuilder { in with_interval() method