Print out more audio codec information in vie_auto_test

It would be good to print more audio codec information to avoid
confusion

BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/744004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2646 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@webrtc.org 2012-08-21 03:50:24 +00:00
parent 4e8eabaab1
commit 4ff8a9ad2f

View File

@ -1411,6 +1411,9 @@ bool GetAudioCodec(webrtc::VoECodec* voe_codec,
default_codec_idx = codec_idx;
}
std::cout << " " << codec_idx + 1 << ". " << audio_codec.plname
<< " type:" << audio_codec.pltype
<< " freq:" << audio_codec.plfreq
<< " chan:" << audio_codec.channels
<< std::endl;
}
std::cout << std::endl;