|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.graphics.SurfaceTexture
public class SurfaceTexture
Nested Class Summary | |
---|---|
static interface |
SurfaceTexture.OnFrameAvailableListener
|
static class |
SurfaceTexture.OutOfResourcesException
|
Constructor Summary | |
---|---|
SurfaceTexture(int texName)
|
Method Summary | |
---|---|
protected void |
finalize()
|
long |
getTimestamp()
|
void |
getTransformMatrix(float[] mtx)
|
void |
release()
|
void |
setOnFrameAvailableListener(SurfaceTexture.OnFrameAvailableListener l)
|
void |
updateTexImage()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SurfaceTexture(int texName)
Method Detail |
---|
public void setOnFrameAvailableListener(SurfaceTexture.OnFrameAvailableListener l)
public void updateTexImage()
public void getTransformMatrix(float[] mtx)
public long getTimestamp()
public void release()
protected void finalize() throws Throwable
finalize
in class Object
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |