| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index f1f6ba256779dd692380043b3022eec5d372f4e0..727a4e2edd6d77bf6d92572f71d1dfdbdc3c8c97 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -294,9 +294,9 @@ class Channel
|
| // VoEVideoSyncExtended
|
| int GetRtpRtcp(RtpRtcp** rtpRtcpModule, RtpReceiver** rtp_receiver) const;
|
|
|
| - // VoEDtmf
|
| + // DTMF
|
| int SendTelephoneEventOutband(int event, int duration_ms);
|
| - int SetSendTelephoneEventPayloadType(unsigned char type);
|
| + int SetSendTelephoneEventPayloadType(int payload_type);
|
|
|
| // VoEAudioProcessingImpl
|
| int UpdateRxVadDetection(AudioFrame& audioFrame);
|
|
|