Home
last modified time | relevance | path

Searched refs:remote_rtp_options (Results 1 – 5 of 5) sorted by relevance

/webrtc/srtp/src/
H A Dconfig.rs29 pub remote_rtp_options: Option<ContextOption>, field
/webrtc/srtp/src/session/
H A Dsession_rtcp_test.rs35 remote_rtp_options: None, in build_session_srtcp_pair()
61 remote_rtp_options: None, in build_session_srtcp_pair()
H A Dmod.rs59 if config.remote_rtp_options.is_none() { in new()
64 config.remote_rtp_options in new()
H A Dsession_rtp_test.rs39 remote_rtp_options: None, in build_session_srtp_pair()
65 remote_rtp_options: None, in build_session_srtp_pair()
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs188 srtp_config.remote_rtp_options = Some(srtp::option::srtp_replay_protection( in start_srtp()
192 srtp_config.remote_rtp_options = Some(srtp::option::srtp_no_replay_protection()); in start_srtp()