| Package | Description |
|---|---|
| android.graphics | |
| android.hardware | |
| android.renderscript | |
| android.view |
| Modifier and Type | Method and Description |
|---|---|
void |
SurfaceTexture.OnFrameAvailableListener.onFrameAvailable(SurfaceTexture surfaceTexture) |
| Modifier and Type | Method and Description |
|---|---|
void |
Camera.setPreviewTexture(SurfaceTexture surfaceTexture) |
| Modifier and Type | Method and Description |
|---|---|
void |
RSTextureView.onSurfaceTextureAvailable(SurfaceTexture surface,
int width,
int height)
Deprecated.
|
boolean |
RSTextureView.onSurfaceTextureDestroyed(SurfaceTexture surface)
Deprecated.
|
void |
RSTextureView.onSurfaceTextureSizeChanged(SurfaceTexture surface,
int width,
int height)
Deprecated.
|
void |
RSTextureView.onSurfaceTextureUpdated(SurfaceTexture surface)
Deprecated.
|
void |
RenderScriptGL.setSurfaceTexture(SurfaceTexture sur,
int w,
int h)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SurfaceTexture |
TextureView.getSurfaceTexture() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextureView.SurfaceTextureListener.onSurfaceTextureAvailable(SurfaceTexture surface,
int width,
int height) |
boolean |
TextureView.SurfaceTextureListener.onSurfaceTextureDestroyed(SurfaceTexture surface) |
void |
TextureView.SurfaceTextureListener.onSurfaceTextureSizeChanged(SurfaceTexture surface,
int width,
int height) |
void |
TextureView.SurfaceTextureListener.onSurfaceTextureUpdated(SurfaceTexture surface) |
void |
TextureView.setSurfaceTexture(SurfaceTexture surfaceTexture) |
| Constructor and Description |
|---|
Surface(SurfaceTexture surfaceTexture) |
Copyright © 2008-2013. All Rights Reserved.