public static final class LVConstants.VideoFrameType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
VF_I420 |
static int |
VF_NV12 |
static int |
VF_NV21 |
static int |
VF_RGBA |
Constructor and Description |
---|
VideoFrameType() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isRightFrameType(int format) |
public static final int VF_I420
public static final int VF_NV21
public static final int VF_NV12
public static final int VF_RGBA