Searched refs:ReceiveRtpConfig (Results 1 – 1 of 1) sorted by relevance
350 struct ReceiveRtpConfig { struct in webrtc::internal::Call351 explicit ReceiveRtpConfig(const webrtc::AudioReceiveStream::Config& config) in ReceiveRtpConfig() argument354 explicit ReceiveRtpConfig(const webrtc::VideoReceiveStream::Config& config) in ReceiveRtpConfig() argument357 explicit ReceiveRtpConfig(const FlexfecReceiveStream::Config& config) in ReceiveRtpConfig() function370 std::map<uint32_t, ReceiveRtpConfig> receive_rtp_config_833 receive_rtp_config_.emplace(config.rtp.remote_ssrc, ReceiveRtpConfig(config)); in CreateAudioReceiveStream()995 receive_rtp_config_.emplace(config.rtp.rtx_ssrc, ReceiveRtpConfig(config)); in CreateVideoReceiveStream()997 receive_rtp_config_.emplace(config.rtp.remote_ssrc, ReceiveRtpConfig(config)); in CreateVideoReceiveStream()1054 receive_rtp_config_.emplace(config.remote_ssrc, ReceiveRtpConfig(config)); in CreateFlexfecReceiveStream()