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:
committed by
Commit bot
parent
d31b664a6c
commit
15c51e355f
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user