Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dlib.rs33 a: &[SrtpProtectionProfile], in find_matching_srtp_profile()
34 b: &[SrtpProtectionProfile], in find_matching_srtp_profile()
35 ) -> Result<SrtpProtectionProfile, ()> { in find_matching_srtp_profile()
/webrtc/dtls/src/extension/
H A Dextension_use_srtp.rs10 pub enum SrtpProtectionProfile { enum
18 impl From<u16> for SrtpProtectionProfile { implementation
/webrtc/webrtc/src/api/setting_engine/
H A Dmod.rs100 pub fn set_srtp_protection_profiles(&mut self, profiles: Vec<SrtpProtectionProfile>) { in set_srtp_protection_profiles()
/webrtc/dtls/src/conn/
H A Dmod.rs491 pub fn selected_srtpprotection_profile(&self) -> SrtpProtectionProfile { in selected_srtpprotection_profile()