Method | Description | |
---|---|---|
Camera2BasicSurfaceTextureListener ( |
||
OnSurfaceTextureAvailable ( Android surface, int width, int height ) : void | ||
OnSurfaceTextureDestroyed ( Android surface ) : bool | ||
OnSurfaceTextureSizeChanged ( Android surface, int width, int height ) : void | ||
OnSurfaceTextureUpdated ( Android surface ) : void |
public Camera2BasicSurfaceTextureListener ( |
||
fragment | ||
return | System |
public OnSurfaceTextureAvailable ( Android surface, int width, int height ) : void | ||
surface | Android | |
width | int | |
height | int | |
return | void |
public OnSurfaceTextureDestroyed ( Android surface ) : bool | ||
surface | Android | |
return | bool |
public OnSurfaceTextureSizeChanged ( Android surface, int width, int height ) : void | ||
surface | Android | |
width | int | |
height | int | |
return | void |
public OnSurfaceTextureUpdated ( Android surface ) : void | ||
surface | Android | |
return | void |