[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:

committed by
WebRTC LUCI CQ

parent
623d92c1ce
commit
f1e9061325
@ -368,12 +368,6 @@ class DefaultVideoQualityAnalyzer : public VideoQualityAnalyzerInterface {
|
|||||||
DefaultVideoQualityAnalyzerFramesComparator frames_comparator_;
|
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
|
} // namespace webrtc
|
||||||
|
|
||||||
#endif // TEST_PC_E2E_ANALYZER_VIDEO_DEFAULT_VIDEO_QUALITY_ANALYZER_H_
|
#endif // TEST_PC_E2E_ANALYZER_VIDEO_DEFAULT_VIDEO_QUALITY_ANALYZER_H_
|
||||||
|
@ -198,18 +198,6 @@ struct DefaultVideoQualityAnalyzerOptions {
|
|||||||
bool enable_receive_own_stream = false;
|
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
|
} // namespace webrtc
|
||||||
|
|
||||||
#endif // TEST_PC_E2E_ANALYZER_VIDEO_DEFAULT_VIDEO_QUALITY_ANALYZER_SHARED_OBJECTS_H_
|
#endif // TEST_PC_E2E_ANALYZER_VIDEO_DEFAULT_VIDEO_QUALITY_ANALYZER_SHARED_OBJECTS_H_
|
||||||
|
Reference in New Issue
Block a user