| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 398087eefb481a0cd96624b6b086c3d9c0acbe58..dfc6a52ad58aa9ca13a516387c102a46daca8251 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -51,6 +51,7 @@ class FileWrapper;
|
| class ProcessThread;
|
| class ReceiveStatistics;
|
| class RemoteNtpTimeEstimator;
|
| +class RtcEventLog;
|
| class RTPPayloadRegistry;
|
| class RtpReceiver;
|
| class RTPReceiverAudio;
|
| @@ -448,6 +449,10 @@ public:
|
| // Disassociate a send channel if it was associated.
|
| void DisassociateSendChannel(int channel_id);
|
|
|
| + // Set an RtcEventLog object to enable logging of debug events in the Audio
|
| + // Coding Module.
|
| + void SetEventLog(RtcEventLog* event_log);
|
| +
|
| protected:
|
| void OnIncomingFractionLoss(int fraction_lost);
|
|
|
|
|