Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1343)

Unified Diff: webrtc/modules/audio_coding/neteq/include/neteq.h

Issue 1859953002: Unit test for AudioFrame output from AcmReceiver::GetAudio (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Generalizing with respect to the codec Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/neteq/include/neteq.h
diff --git a/webrtc/modules/audio_coding/neteq/include/neteq.h b/webrtc/modules/audio_coding/neteq/include/neteq.h
index d53551f89798202500439864f7709d997a6e2648..5e06d484e582e3c12becaff2a313a387ca6674ec 100644
--- a/webrtc/modules/audio_coding/neteq/include/neteq.h
+++ b/webrtc/modules/audio_coding/neteq/include/neteq.h
@@ -156,8 +156,8 @@ class NetEq {
uint32_t receive_timestamp) = 0;
// Instructs NetEq to deliver 10 ms of audio data. The data is written to
- // |audio_frame|. All data in |audio_frame| is wiped; |data_|, |interleaved_|,
- // |num_channels_|, |samples_per_channel_|, |speech_type_|, and
+ // |audio_frame|. All data in |audio_frame| is wiped; |data_|, |speech_type_|,
+ // |num_channels_|, |sample_rate_hz_|, |samples_per_channel_|, and
// |vad_activity_| are updated upon success. If an error is returned, some
// fields may not have been updated.
// Returns kOK on success, or kFail in case of an error.

Powered by Google App Engine
This is Rietveld 408576698