Removing unused import.
Bug: None Change-Id: Iaa4c81b84a2c35e31b148f2b382a8f251c23b613 Reviewed-on: https://webrtc-review.googlesource.com/20760 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20580}
This commit is contained in:
committed by
Commit Bot
parent
ed929f3679
commit
360742078b
@ -21,7 +21,6 @@ import java.io.FileInputStream;
|
|||||||
import java.io.FileNotFoundException;
|
import java.io.FileNotFoundException;
|
||||||
import java.io.FileReader;
|
import java.io.FileReader;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStream;
|
|
||||||
import java.io.InputStreamReader;
|
import java.io.InputStreamReader;
|
||||||
import java.nio.charset.Charset;
|
import java.nio.charset.Charset;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
|||||||
@ -20,9 +20,6 @@ import android.media.projection.MediaProjection;
|
|||||||
import android.media.projection.MediaProjectionManager;
|
import android.media.projection.MediaProjectionManager;
|
||||||
import android.view.Surface;
|
import android.view.Surface;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An implementation of VideoCapturer to capture the screen content as a video stream.
|
* An implementation of VideoCapturer to capture the screen content as a video stream.
|
||||||
* Capturing is done by {@code MediaProjection} on a {@code SurfaceTexture}. We interact with this
|
* Capturing is done by {@code MediaProjection} on a {@code SurfaceTexture}. We interact with this
|
||||||
|
|||||||
Reference in New Issue
Block a user