Chromium Code Reviews| Index: webrtc/voice_engine/channel.h |
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
| index 9f789dfac332907ad4ec65c99ea8eb681c3faab0..4834ff1aa3bdd982e62bdb27d0f28f680d69a1e3 100644 |
| --- a/webrtc/voice_engine/channel.h |
| +++ b/webrtc/voice_engine/channel.h |
| @@ -361,8 +361,8 @@ class Channel |
| unsigned int& discardedPackets); |
| int GetRemoteRTCPReportBlocks(std::vector<ReportBlock>* report_blocks); |
| int GetRTPStatistics(CallStatistics& stats); |
| - int SetREDStatus(bool enable, int redPayloadtype); |
| - int GetREDStatus(bool& enabled, int& redPayloadtype); |
| +//int SetREDStatus(bool enable, int redPayloadtype); |
|
the sun
2016/06/13 08:17:39
remove
kwiberg-webrtc
2016/06/13 11:21:14
Thanks. Done.
|
| +//int GetREDStatus(bool& enabled, int& redPayloadtype); |
| int SetCodecFECStatus(bool enable); |
| bool GetCodecFECStatus(); |
| void SetNACKStatus(bool enable, int maxNumberOfPackets); |