public static interface TextureView.SurfaceTextureListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSurfaceTextureAvailable(SurfaceTexture surface,
int width,
int height) |
boolean |
onSurfaceTextureDestroyed(SurfaceTexture surface) |
void |
onSurfaceTextureSizeChanged(SurfaceTexture surface,
int width,
int height) |
void |
onSurfaceTextureUpdated(SurfaceTexture surface) |
void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height)
void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height)
boolean onSurfaceTextureDestroyed(SurfaceTexture surface)
void onSurfaceTextureUpdated(SurfaceTexture surface)
Copyright © 2008-2013. All Rights Reserved.