Example usage for Java android.view TextureView fields, constructors, methods, implement or subclass
The text is from its open source code.
TextureView(Context context) Creates a new TextureView. |
Bitmap | getBitmap() Returns a android.graphics.Bitmap representation of the content of the associated surface texture. |
void | setSurfaceTextureListener(SurfaceTextureListener listener) Sets the SurfaceTextureListener used to listen to surface texture events. |