Package | Description |
---|---|
org.webrtc |
Modifier and Type | Interface and Description |
---|---|
static interface |
VideoFrame.Buffer
Implements image storage medium.
|
static interface |
VideoFrame.I420Buffer
Interface for I420 buffers.
|
static interface |
VideoFrame.TextureBuffer
Interface for buffers that are stored as a single texture, either in OES or RGB format.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaI420Buffer
Implementation of VideoFrame.I420Buffer backed by Java direct byte buffers.
|
class |
NV12Buffer |
class |
NV21Buffer |
class |
TextureBufferImpl
Android texture buffer that glues together the necessary information together with a generic
release callback.
|
class |
VideoFrame
Java version of webrtc::VideoFrame and webrtc::VideoFrameBuffer.
|