
public static enum MediaPicture.Type extends Enum<MediaPicture.Type>
#getPictureType()| Enum Constant and Description |
|---|
PICTURE_TYPE_B
Bi-dir predicted
|
PICTURE_TYPE_BI
BI type
|
PICTURE_TYPE_I
Intra
|
PICTURE_TYPE_NONE
Undefined
|
PICTURE_TYPE_P
Predicted
|
PICTURE_TYPE_S
S(GMC)-VOP MPEG4
|
PICTURE_TYPE_SI
Switching Intra
|
PICTURE_TYPE_SP
Switching Predicted
|
| Modifier and Type | Method and Description |
|---|---|
static MediaPicture.Type |
swigToEnum(int swigValue) |
int |
swigValue() |
static MediaPicture.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaPicture.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaPicture.Type PICTURE_TYPE_NONE
public static final MediaPicture.Type PICTURE_TYPE_I
public static final MediaPicture.Type PICTURE_TYPE_P
public static final MediaPicture.Type PICTURE_TYPE_B
public static final MediaPicture.Type PICTURE_TYPE_S
public static final MediaPicture.Type PICTURE_TYPE_SI
public static final MediaPicture.Type PICTURE_TYPE_SP
public static final MediaPicture.Type PICTURE_TYPE_BI
public static MediaPicture.Type[] values()
for (MediaPicture.Type c : MediaPicture.Type.values()) System.out.println(c);
public static MediaPicture.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int swigValue()
public static MediaPicture.Type swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.