Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: webrtc/video/vie_channel.h

Issue 1687333002: Extract send-side ViEReceiver calls. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/video/video_send_stream.cc ('k') | webrtc/video/vie_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/vie_channel.h
diff --git a/webrtc/video/vie_channel.h b/webrtc/video/vie_channel.h
index e9f380ec0546c8391c53754315f551b0d712773c..52fc75403b55e2a05f5558be1504b90d013a0020 100644
--- a/webrtc/video/vie_channel.h
+++ b/webrtc/video/vie_channel.h
@@ -106,9 +106,6 @@ class ViEChannel : public VCMFrameTypeCallback,
// Gets SSRC for outgoing stream number |idx|.
int32_t GetLocalSSRC(uint8_t idx, unsigned int* ssrc);
- // Gets SSRC for the incoming stream.
- uint32_t GetRemoteSSRC();
-
int SetRtxSendPayloadType(int payload_type, int associated_payload_type);
void SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state);
@@ -170,12 +167,6 @@ class ViEChannel : public VCMFrameTypeCallback,
void StartReceive();
void StopReceive();
- int32_t ReceivedRTPPacket(const void* rtp_packet,
- const size_t rtp_packet_length,
- const PacketTime& packet_time);
- int32_t ReceivedRTCPPacket(const void* rtcp_packet,
- const size_t rtcp_packet_length);
-
// Sets the maximum transfer unit size for the network link, i.e. including
// IP, UDP and RTP headers.
int32_t SetMTU(uint16_t mtu);
« no previous file with comments | « webrtc/video/video_send_stream.cc ('k') | webrtc/video/vie_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698