public enum Mp4FieldType extends Enum<Mp4FieldType>
Enum Constant and Description |
---|
COVERART_BMP |
COVERART_GIF |
COVERART_JPEG |
COVERART_PNG |
DATETIME |
DURATION |
GENRES |
GUID |
HTML |
IMPLICIT |
INTEGER |
ISRC |
MI3P |
RIAAPA |
TEXT |
TEXT_JAPANESE |
TEXT_UTF16BE |
UPC |
URL |
XML |
Modifier and Type | Method and Description |
---|---|
static Mp4FieldType |
getFieldType(int fieldClassId) |
int |
getFileClassId() |
static boolean |
isCoverArtType(Mp4FieldType mp4FieldType) |
static Mp4FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mp4FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mp4FieldType IMPLICIT
public static final Mp4FieldType TEXT
public static final Mp4FieldType TEXT_UTF16BE
public static final Mp4FieldType TEXT_JAPANESE
public static final Mp4FieldType HTML
public static final Mp4FieldType XML
public static final Mp4FieldType GUID
public static final Mp4FieldType ISRC
public static final Mp4FieldType MI3P
public static final Mp4FieldType COVERART_GIF
public static final Mp4FieldType COVERART_JPEG
public static final Mp4FieldType COVERART_PNG
public static final Mp4FieldType URL
public static final Mp4FieldType DURATION
public static final Mp4FieldType DATETIME
public static final Mp4FieldType GENRES
public static final Mp4FieldType INTEGER
public static final Mp4FieldType RIAAPA
public static final Mp4FieldType UPC
public static final Mp4FieldType COVERART_BMP
public static Mp4FieldType[] values()
for (Mp4FieldType c : Mp4FieldType.values()) System.out.println(c);
public static Mp4FieldType 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 int getFileClassId()
public static Mp4FieldType getFieldType(int fieldClassId)
fieldClassId
- public static boolean isCoverArtType(Mp4FieldType mp4FieldType)
mp4FieldType
- Copyright © 2005–2020 jthink.net. All rights reserved.