[PCLF] Remove VideoSubscription::Resolution
Bug: b/213863770 Change-Id: I65cf68a8d5101f3ce416b7163c062c78e8a1ef87 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259506 Reviewed-by: Andrey Logvin <landrey@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36600}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
ba2de58a22
commit
50dc7301a0
@ -376,10 +376,6 @@ class PeerConnectionE2EQualityTestFixture {
|
||||
// peer should receive and in which resolution (width x height x fps).
|
||||
class VideoSubscription {
|
||||
public:
|
||||
// Kept for backward compatibility
|
||||
// TODO(titovartem): remove it when downstream projects will stop use it.
|
||||
using Resolution = VideoResolution;
|
||||
|
||||
// Returns the resolution constructed as maximum from all resolution
|
||||
// dimensions: width, height and fps.
|
||||
static absl::optional<VideoResolution> GetMaxResolution(
|
||||
|
Reference in New Issue
Block a user