Index: webrtc/video/vie_channel.h |
diff --git a/webrtc/video/vie_channel.h b/webrtc/video/vie_channel.h |
index b89b800bab0a0178c1a511d2b6d73a400766c537..93ba02863bfbdfe196ada3e7442befee75e96d37 100644 |
--- a/webrtc/video/vie_channel.h |
+++ b/webrtc/video/vie_channel.h |
@@ -80,10 +80,6 @@ class ViEChannel : public VCMFrameTypeCallback, |
int32_t Init(); |
- // Sets the encoder to use for the channel. |new_stream| indicates the encoder |
- // type has changed and we should start a new RTP stream. |
- int32_t SetSendCodec(const VideoCodec& video_codec, bool new_stream = true); |
- |
void SetProtectionMode(bool enable_nack, |
bool enable_fec, |
int payload_type_red, |
@@ -109,9 +105,6 @@ class ViEChannel : public VCMFrameTypeCallback, |
void OnIncomingSSRCChanged(const uint32_t ssrc) override; |
void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) override; |
- int32_t StartSend(); |
- int32_t StopSend(); |
- |
// Gets the modules used by the channel. |
const std::vector<RtpRtcp*>& rtp_rtcp() const; |
ViEReceiver* vie_receiver(); |