Home
last modified time | relevance | path

Searched refs:with_max_time_delay (Results 1 – 2 of 2) sorted by relevance

/webrtc/media/src/io/sample_builder/
H A Dmod.rs74 pub fn with_max_time_delay(mut self, max_late_duration: Duration) -> Self { in with_max_time_delay() method
H A Dsample_builder_test.rs1201 sample_builder.with_max_time_delay(t.max_late_timestamp) in test_sample_builder()