Updates GetStats() function in AudioSendStream to use the new GetStatistics function in APM instead of the corresponding VoE functions. BUG=webrtc:6525 Review-Url: https://codereview.webrtc.org/2463813002 Cr-Commit-Position: refs/heads/master@{#15065}
16 lines
451 B
Python
16 lines
451 B
Python
include_rules = [
|
|
"+webrtc/base",
|
|
"+webrtc/voice_engine",
|
|
"+webrtc/modules/audio_coding/codecs/mock",
|
|
"+webrtc/call",
|
|
"+webrtc/logging/rtc_event_log",
|
|
"+webrtc/modules/audio_processing/include",
|
|
"+webrtc/modules/bitrate_controller",
|
|
"+webrtc/modules/congestion_controller",
|
|
"+webrtc/modules/pacing",
|
|
"+webrtc/modules/remote_bitrate_estimator",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/system_wrappers",
|
|
"+webrtc/voice_engine",
|
|
]
|