public interface OnTextureIdCallBack
| Modifier and Type | Method and Description |
|---|---|
int |
onScaledIdBack(int scaledId,
int textureWidth,
int textureHeight,
float[] matrix)
The callback that outputs the texture id after effects such as rotation animations, scale animations are added to the video.
|
void |
onTextureDestroyed()
The callback that destroys the OpenGL environment when recording resources are released.
|
int |
onTextureIdBack(int textureId,
int textureWidth,
int textureHeight,
float[] matrix)
The callback that outputs the texture id before adding effects to the video.
|
int onTextureIdBack(int textureId,
int textureWidth,
int textureHeight,
float[] matrix)
textureId - OES textureIDtextureWidth - The texture width.textureHeight - The texture height.matrix - The texture matrix.int onScaledIdBack(int scaledId,
int textureWidth,
int textureHeight,
float[] matrix)
scaledId - The texture id.textureWidth - The texture width.textureHeight - The texture height.matrix - Do not use this parameter.void onTextureDestroyed()