Home
last modified time | relevance | path

Searched refs:OnBufferedAmountLowFn (Results 1 – 4 of 4) sorted by relevance

/webrtc/webrtc/src/data_channel/
H A Dmod.rs25 use sctp::stream::OnBufferedAmountLowFn;
81 pub(crate) on_buffered_amount_low: Mutex<Option<OnBufferedAmountLowFn>>,
539 pub async fn on_buffered_amount_low(&self, f: OnBufferedAmountLowFn) { in on_buffered_amount_low() argument
/webrtc/examples/examples/data-channels-flow-control/
H A DREADME.md8 * pub async fn on_buffered_amount_low(&self, f: OnBufferedAmountLowFn)
/webrtc/sctp/src/stream/
H A Dmod.rs60 pub type OnBufferedAmountLowFn = typedef
86 pub(crate) on_buffered_amount_low: ArcSwapOption<Mutex<OnBufferedAmountLowFn>>,
423 pub fn on_buffered_amount_low(&self, f: OnBufferedAmountLowFn) { in on_buffered_amount_low() argument
/webrtc/data/src/data_channel/
H A Dmod.rs341 pub fn on_buffered_amount_low(&self, f: OnBufferedAmountLowFn) { in on_buffered_amount_low() argument