android.view
Interface TextureView.SurfaceTextureListener
- All Known Implementing Classes:
- RSTextureView
- Enclosing class:
- TextureView
public static interface TextureView.SurfaceTextureListener
onSurfaceTextureAvailable
void onSurfaceTextureAvailable(SurfaceTexture surface,
int width,
int height)
onSurfaceTextureSizeChanged
void onSurfaceTextureSizeChanged(SurfaceTexture surface,
int width,
int height)
onSurfaceTextureDestroyed
boolean onSurfaceTextureDestroyed(SurfaceTexture surface)
onSurfaceTextureUpdated
void onSurfaceTextureUpdated(SurfaceTexture surface)
Copyright © 2008-2012. All Rights Reserved.