Home
last modified time | relevance | path

Searched defs:context (Results 1 – 2 of 2) sorted by relevance

/webrtc/srtp/src/
H A Dlib.rs6 pub mod context; module
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs89 pub(crate) context: Mutex<TrackLocalContext>, field
316 let context = self.context.lock().await; in replace_track() localVariable
327 let context = { in replace_track() localVariable
328 let context = self.context.lock().await; in replace_track() localVariable
363 let mut context = self.context.lock().await; in replace_track() localVariable
386 let mut context = TrackLocalContext { in send() localVariable