[PCLF] Remove references to the old location of VideoQualityAnalyzerInterface
Bug: None Change-Id: Ie14e6c279f268f76061fbc3ead1ae7b5febd3b9c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267824 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37463}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
0018def520
commit
92159dc3ad
@ -156,12 +156,6 @@ class VideoQualityAnalyzerInterface
|
||||
virtual std::string GetStreamLabel(uint16_t frame_id) = 0;
|
||||
};
|
||||
|
||||
namespace webrtc_pc_e2e {
|
||||
|
||||
// Temporary alias to make downstream projects able to migrate.
|
||||
using VideoQualityAnalyzerInterface = ::webrtc::VideoQualityAnalyzerInterface;
|
||||
|
||||
} // namespace webrtc_pc_e2e
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // API_TEST_VIDEO_QUALITY_ANALYZER_INTERFACE_H_
|
||||
|
@ -80,7 +80,7 @@ CreateTestFixture(absl::string_view test_case_name,
|
||||
EmulatedNetworkManagerInterface*> network_links,
|
||||
rtc::FunctionView<void(PeerConfigurer*)> alice_configurer,
|
||||
rtc::FunctionView<void(PeerConfigurer*)> bob_configurer,
|
||||
std::unique_ptr<webrtc_pc_e2e::VideoQualityAnalyzerInterface>
|
||||
std::unique_ptr<VideoQualityAnalyzerInterface>
|
||||
video_quality_analyzer = nullptr) {
|
||||
auto fixture = webrtc_pc_e2e::CreatePeerConnectionE2EQualityTestFixture(
|
||||
std::string(test_case_name), time_controller, nullptr,
|
||||
|
@ -10,7 +10,7 @@ This document is for users of
|
||||
## Overview
|
||||
|
||||
`DefaultVideoQualityAnalyzer` implements
|
||||
[`webrtc::webrtc_pc_e2e::VideoQualityAnalyzerInterface`][2] and is a main
|
||||
[`webrtc::VideoQualityAnalyzerInterface`][2] and is a main
|
||||
implementation of video quality analyzer for WebRTC. To operate correctly it
|
||||
requires to receive video frame on each step:
|
||||
|
||||
|
Reference in New Issue
Block a user