Remove deprecated VideoEncoder.Settings constructor.

Bug: webrtc:9646
Change-Id: Iac14930653969eed4f7b2207149512bb3fb87cee
Reviewed-on: https://webrtc-review.googlesource.com/96242
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24582}
This commit is contained in:
Rasmus Brandt
2018-08-28 09:59:20 +02:00
committed by Commit Bot
parent 4a02b67ac3
commit 01b8e5d0f8
4 changed files with 3 additions and 8 deletions

View File

@ -57,6 +57,7 @@ public class HardwareVideoEncoderTest {
/* height= */ 480,
/* startBitrate= */ 10000,
/* maxFramerate= */ 30,
/* numberOfSimulcastStreams= */ 1,
/* automaticResizeOn= */ true);
private static final long POLL_DELAY_MS = 10;
private static final long DELIVER_ENCODED_IMAGE_DELAY_MS = 10;