Searched defs:ContextOption (Results 1 – 2 of 2) sorted by relevance
3 pub type ContextOption = Box<dyn (Fn() -> Box<dyn ReplayDetector + Send + 'static>) + Send + Sync>; typedef9 pub fn srtp_replay_protection(window_size: usize) -> ContextOption { in srtp_replay_protection()19 pub fn srtcp_replay_protection(window_size: usize) -> ContextOption { in srtcp_replay_protection()
118 srtp_ctx_opt: Option<ContextOption>, in new()119 srtcp_ctx_opt: Option<ContextOption>, in new()