Java android.view TextureView fields, constructors, methods, implement or subclass

Example usage for Java android.view TextureView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view TextureView.

The text is from its open source code.

Subclass

android.view.TextureView has subclasses.
Click this link to see all its subclasses.

Constructor

TextureView(Context context)
Creates a new TextureView.

Method

BitmapgetBitmap()

Returns a android.graphics.Bitmap representation of the content of the associated surface texture.

voidsetSurfaceTextureListener(SurfaceTextureListener listener)
Sets the SurfaceTextureListener used to listen to surface texture events.