Home
last modified time | relevance | path

Searched refs:ContextOption (Results 1 – 3 of 3) sorted by relevance

/webrtc/srtp/src/
H A Doption.rs3 pub type ContextOption = Box<dyn (Fn() -> Box<dyn ReplayDetector + Send + 'static>) + Send + Sync>; typedef
9 pub fn srtp_replay_protection(window_size: usize) -> ContextOption { in srtp_replay_protection() argument
19 pub fn srtcp_replay_protection(window_size: usize) -> ContextOption { in srtcp_replay_protection() argument
29 pub fn srtp_no_replay_protection() -> ContextOption { in srtp_no_replay_protection()
34 pub fn srtcp_no_replay_protection() -> ContextOption { in srtcp_no_replay_protection()
H A Dconfig.rs28 pub local_rtp_options: Option<ContextOption>,
29 pub remote_rtp_options: Option<ContextOption>,
31 pub local_rtcp_options: Option<ContextOption>,
32 pub remote_rtcp_options: Option<ContextOption>,
/webrtc/srtp/src/context/
H A Dmod.rs108 new_srtp_replay_detector: ContextOption,
109 new_srtcp_replay_detector: ContextOption,
118 srtp_ctx_opt: Option<ContextOption>, in new() argument
119 srtcp_ctx_opt: Option<ContextOption>, in new() argument