public static enum Constants.MediaPlayerMetadataType extends java.lang.Enum<Constants.MediaPlayerMetadataType>
Enum Constant and Description |
---|
PLAYER_METADATA_TYPE_SEI
sei data
|
PLAYER_METADATA_TYPE_UNKNOWN
data type unknown
|
Modifier and Type | Method and Description |
---|---|
static Constants.MediaPlayerMetadataType |
fromNativeIndex(int nativeIndex) |
static Constants.MediaPlayerMetadataType |
getTypeByValue(int value) |
static int |
getValue(Constants.MediaPlayerMetadataType type) |
static Constants.MediaPlayerMetadataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.MediaPlayerMetadataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.MediaPlayerMetadataType PLAYER_METADATA_TYPE_UNKNOWN
public static final Constants.MediaPlayerMetadataType PLAYER_METADATA_TYPE_SEI
public static Constants.MediaPlayerMetadataType[] values()
for (Constants.MediaPlayerMetadataType c : Constants.MediaPlayerMetadataType.values()) System.out.println(c);
public static Constants.MediaPlayerMetadataType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static int getValue(Constants.MediaPlayerMetadataType type)
public static Constants.MediaPlayerMetadataType fromNativeIndex(int nativeIndex)
public static Constants.MediaPlayerMetadataType getTypeByValue(int value)