Adding AudioNetworkAdaptor interfaces.

AudioNetworkAdaptor is supposed to facilitate AudioEncoder to adapt to varying network conditions.

This is the first of a sequence of CLs that are to add one implementation of AudioNetworkAdaptor.

This CL illustrates the interfaces of the AudioNetworkAdaptor.

BUG=webrtc:6303

Review-Url: https://codereview.webrtc.org/2308573002
Cr-Commit-Position: refs/heads/master@{#14115}
This commit is contained in:
minyue
2016-09-07 13:51:51 -07:00
committed by Commit bot
parent 656ad48390
commit 7610f85a2b
7 changed files with 111 additions and 0 deletions

View File

@ -9,6 +9,7 @@
{
'includes': [
'../../build/common.gypi',
'audio_network_adaptor/audio_network_adaptor.gypi',
'codecs/interfaces.gypi',
'codecs/cng/cng.gypi',
'codecs/g711/g711.gypi',
@ -147,6 +148,7 @@
'<@(audio_coding_dependencies)',
'<(webrtc_root)/common.gyp:webrtc_common',
'<(webrtc_root)/webrtc.gyp:rtc_event_log',
'audio_network_adaptor',
'neteq',
'rent_a_codec',
],