mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix video view
This commit is contained in:
parent
c909af1791
commit
aa8101f5bf
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import android.view.SurfaceView;
|
|||
import android.view.Surface.OutOfResourcesException;
|
||||
import android.view.SurfaceHolder.Callback;
|
||||
|
||||
public class AndroidVideoWindowImpl implements Object {
|
||||
public class AndroidVideoWindowImpl {
|
||||
private Bitmap mBitmap;
|
||||
private SurfaceView mView;
|
||||
private Surface mSurface;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue