public class YuvConverter
extends java.lang.Object
| Constructor and Description |
|---|
YuvConverter()
This class should be constructed on a thread that has an active EGL context.
|
| Modifier and Type | Method and Description |
|---|---|
VideoFrame.I420Buffer |
convert(VideoFrame.TextureBuffer inputTextureBuffer)
Converts the texture buffer to I420.
|
void |
release() |
public YuvConverter()
public VideoFrame.I420Buffer convert(VideoFrame.TextureBuffer inputTextureBuffer)
public void release()