Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/audio/voip/
H A Daudio_channel.cc26 constexpr int kRtcpReportIntervalMs = 5000; variable
47 rtp_config.rtcp_report_interval_ms = kRtcpReportIntervalMs; in AudioChannel()