Move setting of AudioFrame::timestamp_ into NetEq

This was previously done in AcmReceiver, but belongs in NetEq where the
rest of the AudioFrame fields are populated.

BUG=webrtc:5669,webrtc:5607

Review URL: https://codereview.webrtc.org/1863993002

Cr-Commit-Position: refs/heads/master@{#12265}
This commit is contained in:
henrik.lundin
2016-04-06 08:38:56 -07:00
committed by Commit bot
parent d31b664a6c
commit 15c51e355f
5 changed files with 15 additions and 18 deletions

View File

@ -160,7 +160,7 @@ class NetEqImpl : public webrtc::NetEq {
// Disables post-decode VAD.
void DisableVad() override;
rtc::Optional<uint32_t> GetPlayoutTimestamp() override;
rtc::Optional<uint32_t> GetPlayoutTimestamp() const override;
int last_output_sample_rate_hz() const override;