public class YuvConverter
extends java.lang.Object
构造器和说明 |
---|
YuvConverter()
This class should be constructed on a thread that has an active EGL context.
|
限定符和类型 | 方法和说明 |
---|---|
VideoFrame.I420Buffer |
convert(VideoFrame.TextureBuffer textureBuffer)
Converts the texture buffer to I420.
|
void |
release() |
public YuvConverter()
public VideoFrame.I420Buffer convert(VideoFrame.TextureBuffer textureBuffer)
public void release()