Delete internal getter methods from RtpRtcpInterface
Methods deleted: StorePackets, RtcpXrRrtrStatus. They are now private methods on the two implementations. Bug: None Change-Id: If68e8f1e8ba233302e24e0cdb6bf7c1b0c9f330f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/194322 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32670}
This commit is contained in:
@ -308,12 +308,6 @@ TEST_F(RtpRtcpImplTest, Rtt) {
|
||||
EXPECT_NEAR(2 * kOneWayNetworkDelayMs, sender_.impl_->rtt_ms(), 1);
|
||||
}
|
||||
|
||||
TEST_F(RtpRtcpImplTest, SetRtcpXrRrtrStatus) {
|
||||
EXPECT_FALSE(receiver_.impl_->RtcpXrRrtrStatus());
|
||||
receiver_.impl_->SetRtcpXrRrtrStatus(true);
|
||||
EXPECT_TRUE(receiver_.impl_->RtcpXrRrtrStatus());
|
||||
}
|
||||
|
||||
TEST_F(RtpRtcpImplTest, RttForReceiverOnly) {
|
||||
receiver_.impl_->SetRtcpXrRrtrStatus(true);
|
||||
|
||||
|
Reference in New Issue
Block a user