Chromium Code Reviews| Index: webrtc/voice_engine/channel.cc |
| diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc |
| index 8992425b537b0e32d329a470d58fe50d2619171d..726731db5d3dd6f66ac4c3c1489a483da81d1cc3 100644 |
| --- a/webrtc/voice_engine/channel.cc |
| +++ b/webrtc/voice_engine/channel.cc |
| @@ -3454,6 +3454,10 @@ void Channel::DisassociateSendChannel(int channel_id) { |
| } |
| } |
| +void Channel::SetEventLog(RtcEventLog* event_log) { |
|
Henrik Grunell WebRTC
2015/08/06 15:30:45
Where is RtcEventLog defined?
Henrik Grunell WebRTC
2015/08/07 11:30:03
Found it.
|
| + audio_coding_->SetEventLog(event_log); |
| +} |
| + |
| int Channel::RegisterExternalMediaProcessing( |
| ProcessingTypes type, |
| VoEMediaProcess& processObject) |