| Index: webrtc/modules/interface/module_common_types.h
|
| diff --git a/webrtc/modules/interface/module_common_types.h b/webrtc/modules/interface/module_common_types.h
|
| index 0b0e063a6fcc58723a62606343639b2bf3569fb1..9edbe4e3bbab6219a07c8ab03b875057cc4fd864 100644
|
| --- a/webrtc/modules/interface/module_common_types.h
|
| +++ b/webrtc/modules/interface/module_common_types.h
|
| @@ -427,11 +427,14 @@ inline void AudioFrame::Reset() {
|
| interleaved_ = true;
|
| }
|
|
|
| -inline void AudioFrame::UpdateFrame(int id, uint32_t timestamp,
|
| +inline void AudioFrame::UpdateFrame(int id,
|
| + uint32_t timestamp,
|
| const int16_t* data,
|
| - int samples_per_channel, int sample_rate_hz,
|
| + int samples_per_channel,
|
| + int sample_rate_hz,
|
| SpeechType speech_type,
|
| - VADActivity vad_activity, int num_channels,
|
| + VADActivity vad_activity,
|
| + int num_channels,
|
| uint32_t energy) {
|
| id_ = id;
|
| timestamp_ = timestamp;
|
|
|