Home | History | Annotate | Download | only in voice_engine

Lines Matching defs:SetBitRate

1425 void Channel::SetBitRate(int bitrate_bps) {
1427 "Channel::SetBitRate(bitrate_bps=%d)", bitrate_bps);
1428 audio_coding_->SetBitRate(bitrate_bps);