| Index: webrtc/media/engine/webrtcvoiceengine.h
|
| diff --git a/webrtc/media/engine/webrtcvoiceengine.h b/webrtc/media/engine/webrtcvoiceengine.h
|
| index dbb7ea6e76715a811b75a9b907c0e7c4b077fef1..9e424978775b9ceadc717ed4490dd55da201bfba 100644
|
| --- a/webrtc/media/engine/webrtcvoiceengine.h
|
| +++ b/webrtc/media/engine/webrtcvoiceengine.h
|
| @@ -226,7 +226,9 @@ class WebRtcVoiceMediaChannel final : public VoiceMediaChannel,
|
| bool SetSendCodec(int channel, const webrtc::CodecInst& send_codec);
|
| bool ChangePlayout(bool playout);
|
| bool ChangeSend(SendFlags send);
|
| - bool ChangeSend(int channel, SendFlags send);
|
| + // Update the send state for the channel associated with |ssrc|,
|
| + // according to |send| and whether or not the send stream is rendering.
|
| + bool UpdateChannelSendState(uint32_t ssrc, SendFlags send);
|
| int CreateVoEChannel();
|
| bool DeleteVoEChannel(int channel);
|
| bool IsDefaultRecvStream(uint32_t ssrc) {
|
|
|