Home
last modified time | relevance | path

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

/webrtc/srtp/src/
H A Dprotection_profile.rs4 pub enum ProtectionProfile { enum
10 impl ProtectionProfile { implementation
/webrtc/srtp/src/context/
H A Dmod.rs117 profile: ProtectionProfile, in new()