| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| index 9363a4716afe009e02af22f1e62538b80a5a5675..836f62cebe0dbedadd603c6edfbcec95774e656c 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -207,18 +207,11 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
|
|
| void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) override;
|
|
|
| - uint16_t MaxPayloadLength() const override;
|
| + size_t MaxPayloadSize() const override;
|
|
|
| - uint16_t MaxDataPayloadLength() const override;
|
| + size_t MaxRtpPacketSize() const override;
|
|
|
| - int32_t SetMaxTransferUnit(uint16_t size) override;
|
| -
|
| - // TODO(michaelt): deprecate the function.
|
| - int32_t SetTransportOverhead(bool tcp,
|
| - bool ipv6,
|
| - uint8_t authentication_overhead = 0) override;
|
| -
|
| - void SetTransportOverhead(int transport_overhead_per_packet) override;
|
| + void SetMaxRtpPacketSize(size_t max_packet_size) override;
|
|
|
| // (NACK) Negative acknowledgment part.
|
|
|
|
|