Delete class TelephoneEventHandler and related code.

Followup to https://webrtc-review.googlesource.com/91125.

Bug: webrtc:7135
Change-Id: I7011cc65ac756931d8134763da57ec1bc9c584d6
Reviewed-on: https://webrtc-review.googlesource.com/91163
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24174}
This commit is contained in:
Niels Möller
2018-08-02 15:13:29 +02:00
committed by Commit Bot
parent ee1e74fb86
commit dc6e68b4a7
8 changed files with 4 additions and 39 deletions

View File

@ -21,14 +21,6 @@ namespace webrtc {
class RTPPayloadRegistry;
class VideoCodec;
class TelephoneEventHandler {
public:
virtual ~TelephoneEventHandler() {}
// Is TelephoneEvent configured with payload type payload_type
virtual bool TelephoneEventPayloadType(const int8_t payload_type) const = 0;
};
class RtpReceiver {
public:
// Creates a video-enabled RTP receiver.
@ -45,9 +37,6 @@ class RtpReceiver {
virtual ~RtpReceiver() {}
// Returns a TelephoneEventHandler if available.
virtual TelephoneEventHandler* GetTelephoneEventHandler() = 0;
// Registers a receive payload in the payload registry and notifies the media
// receiver strategy.
virtual int32_t RegisterReceivePayload(