|
NIMSDK-AOS
9.21.10
|
类 | |
| enum | Type |
Public 成员函数 | |
| Type | getType () |
| int | getTextureId () |
| Matrix | getTransformMatrix () |
Public 成员函数 继承自 com.netease.nimlib.sdk.avchat.video.AVChatBuffer | |
| int | getWidth () |
| int | getHeight () |
| int | getFormat () |
| VideoFrame.Buffer | mirror (boolean mirrorVertical, boolean mirrorHorizontal) |
| VideoFrame.Buffer | rotate (int rotation) |
| VideoFrame.I420Buffer | toI420 () |
| VideoFrame.Buffer | toFormat (int format) |
| void | retain () |
| void | release () |
| AVChatBuffer | cropAndScale (int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) |
| void | toBytes (byte[] target) |
在文件 AVChatTextureBuffer.java 第 9 行定义.
| int com.netease.nimlib.sdk.avchat.video.AVChatTextureBuffer.getTextureId | ( | ) |
在文件 AVChatTextureBuffer.java 第 43 行定义.
| Matrix com.netease.nimlib.sdk.avchat.video.AVChatTextureBuffer.getTransformMatrix | ( | ) |
在文件 AVChatTextureBuffer.java 第 47 行定义.
| Type com.netease.nimlib.sdk.avchat.video.AVChatTextureBuffer.getType | ( | ) |
在文件 AVChatTextureBuffer.java 第 33 行定义.
1.8.11