Make it possible to enable/disable receive-side RTT with a setter.
This will allow us to enable receive-side RTT without having to recreate all AudioReceiveStream objects. Bug: webrtc:12951 Change-Id: I1227297ec4ebeea9ba15fe2ed904349829b2e669 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/225262 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34464}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
51969310ef
commit
8c40d510c8
@ -237,6 +237,9 @@ class RtpRtcpInterface : public RtcpFeedbackSenderInterface {
|
||||
virtual RtpState GetRtpState() const = 0;
|
||||
virtual RtpState GetRtxState() const = 0;
|
||||
|
||||
// This can be used to enable/disable receive-side RTT.
|
||||
virtual void SetNonSenderRttMeasurement(bool enabled) = 0;
|
||||
|
||||
// Returns SSRC.
|
||||
virtual uint32_t SSRC() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user