public class TextureViewHelper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextureViewHelper.TextureReadyListener |
| Constructor and Description |
|---|
TextureViewHelper(android.app.Activity activity,
CameraAdapter cameraAdapter,
android.view.TextureView textureView) |
| Modifier and Type | Method and Description |
|---|---|
void |
setTextureReadyListener(TextureViewHelper.TextureReadyListener textureReadyListener) |
void |
startPreviewWhenTextureReady(AndroidCameraMediaSource.CaptureCallback captureCallback) |
public TextureViewHelper(android.app.Activity activity,
CameraAdapter cameraAdapter,
android.view.TextureView textureView)
public void setTextureReadyListener(TextureViewHelper.TextureReadyListener textureReadyListener)
public void startPreviewWhenTextureReady(AndroidCameraMediaSource.CaptureCallback captureCallback)
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.