Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
VideoFrame.TextureBuffer.Type |
TextureBufferImpl.getType() |
VideoFrame.TextureBuffer.Type |
VideoFrame.TextureBuffer.getType() |
static VideoFrame.TextureBuffer.Type |
VideoFrame.TextureBuffer.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoFrame.TextureBuffer.Type[] |
VideoFrame.TextureBuffer.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TextureBufferImpl(int width,
int height,
VideoFrame.TextureBuffer.Type type,
int id,
android.graphics.Matrix transformMatrix,
android.os.Handler toI420Handler,
YuvConverter yuvConverter,
java.lang.Runnable releaseCallback) |