Package | Description |
---|---|
org.webrtc |
Modifier and Type | Class and Description |
---|---|
class |
TextureBufferImpl
Android texture buffer that glues together the necessary information together with a generic
release callback.
|
Modifier and Type | Method and Description |
---|---|
static VideoFrame.TextureBuffer |
CameraSession.createTextureBufferWithModifiedTransformMatrix(TextureBufferImpl buffer,
boolean mirror,
int rotation) |
Modifier and Type | Method and Description |
---|---|
VideoFrame.I420Buffer |
YuvConverter.convert(VideoFrame.TextureBuffer inputTextureBuffer)
Converts the texture buffer to I420.
|
VideoFrame.I420Buffer |
SurfaceTextureHelper.textureToYuv(VideoFrame.TextureBuffer textureBuffer)
Deprecated.
Use toI420() instead.
|