[DVQA] Remove old API aliases

Bug: b/196348200
Change-Id: I56a86e9044363be217900746f54798fb05739ed4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229862
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#34837}
This commit is contained in:
Artem Titov
2021-08-23 18:47:10 +02:00
committed by WebRTC LUCI CQ
parent 623d92c1ce
commit f1e9061325
2 changed files with 0 additions and 18 deletions

View File

@ -368,12 +368,6 @@ class DefaultVideoQualityAnalyzer : public VideoQualityAnalyzerInterface {
DefaultVideoQualityAnalyzerFramesComparator frames_comparator_;
};
namespace webrtc_pc_e2e {
// Temporary alias to make downstream projects able to migrate.
using DefaultVideoQualityAnalyzer = ::webrtc::DefaultVideoQualityAnalyzer;
} // namespace webrtc_pc_e2e
} // namespace webrtc
#endif // TEST_PC_E2E_ANALYZER_VIDEO_DEFAULT_VIDEO_QUALITY_ANALYZER_H_

View File

@ -198,18 +198,6 @@ struct DefaultVideoQualityAnalyzerOptions {
bool enable_receive_own_stream = false;
};
namespace webrtc_pc_e2e {
// Temporary alias to make downstream projects able to migrate.
using FrameCounters = ::webrtc::FrameCounters;
using StreamCodecInfo = ::webrtc::StreamCodecInfo;
using StreamStats = ::webrtc::StreamStats;
using AnalyzerStats = ::webrtc::AnalyzerStats;
using StatsKey = ::webrtc::StatsKey;
using DefaultVideoQualityAnalyzerOptions =
::webrtc::DefaultVideoQualityAnalyzerOptions;
} // namespace webrtc_pc_e2e
} // namespace webrtc
#endif // TEST_PC_E2E_ANALYZER_VIDEO_DEFAULT_VIDEO_QUALITY_ANALYZER_SHARED_OBJECTS_H_