Home
last modified time | relevance | path

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

/webrtc/srtp/src/context/
H A Dmod.rs24 pub(crate) struct SrtpSsrcState { struct
40 impl SrtpSsrcState { impl
161 fn get_srtp_ssrc_state(&mut self, ssrc: u32) -> Option<&mut SrtpSsrcState> { in get_srtp_ssrc_state()