Delete obsolete interface class RtpData
Unused since cl https://webrtc-review.googlesource.com/c/103503 Bug: webrtc:8995 Change-Id: I62a3cab6f7c778fd0a126afb66073da511f0abc1 Reviewed-on: https://webrtc-review.googlesource.com/c/110700 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25613}
This commit is contained in:
@ -49,7 +49,7 @@ class RtcpRttStatsTestImpl : public RtcpRttStats {
|
||||
int64_t rtt_ms_;
|
||||
};
|
||||
|
||||
class SendTransport : public Transport, public RtpData {
|
||||
class SendTransport : public Transport {
|
||||
public:
|
||||
SendTransport()
|
||||
: receiver_(nullptr),
|
||||
@ -90,11 +90,6 @@ class SendTransport : public Transport, public RtpData {
|
||||
++rtcp_packets_sent_;
|
||||
return true;
|
||||
}
|
||||
int32_t OnReceivedPayloadData(const uint8_t* payload_data,
|
||||
size_t payload_size,
|
||||
const WebRtcRTPHeader* rtp_header) override {
|
||||
return 0;
|
||||
}
|
||||
void SetKeepalivePayloadType(uint8_t payload_type) {
|
||||
keepalive_payload_type_ = payload_type;
|
||||
}
|
||||
|
Reference in New Issue
Block a user