Searched defs:SrtpProtectionProfile (Results 1 – 4 of 4) sorted by relevance
33 a: &[SrtpProtectionProfile], in find_matching_srtp_profile()34 b: &[SrtpProtectionProfile], in find_matching_srtp_profile()35 ) -> Result<SrtpProtectionProfile, ()> { in find_matching_srtp_profile()
10 pub enum SrtpProtectionProfile { enum18 impl From<u16> for SrtpProtectionProfile { implementation
100 pub fn set_srtp_protection_profiles(&mut self, profiles: Vec<SrtpProtectionProfile>) { in set_srtp_protection_profiles()
491 pub fn selected_srtpprotection_profile(&self) -> SrtpProtectionProfile { in selected_srtpprotection_profile()