Using AudioOption to enable audio network adaptor.

BUG=webrtc:6303

Review-Url: https://codereview.webrtc.org/2397573006
Cr-Commit-Position: refs/heads/master@{#14845}
This commit is contained in:
minyue
2016-10-31 04:08:32 -07:00
committed by Commit bot
parent 4ee7046998
commit 6b825df37e
11 changed files with 252 additions and 86 deletions

View File

@ -185,7 +185,7 @@ class AudioEncoder {
virtual void OnReceivedRtt(int rtt_ms);
// To allow encoder to adapt its frame length, it must be provided the frame
// length range that receives can accept.
// length range that receivers can accept.
virtual void SetReceiverFrameLengthRange(int min_frame_length_ms,
int max_frame_length_ms);