public static enum Mp4FtypBox.Brand extends Enum<Mp4FtypBox.Brand>
Enum Constant and Description |
---|
AES_ENCRYPTED_AUDIO |
APPLE_AAC_AUDIO |
APPLE_AUDIO |
APPLE_AUDIO_ONLY |
ISO14496_1_BASE_MEDIA |
ISO14496_1_VERSION_1 |
ISO14496_1_VERSION_2 |
ISO14496_12_BASE_MEDIA |
ISO14496_12_MPEG7_METADATA |
JVT_AVC |
QUICKTIME_MOVIE |
THREEG_MOBILE_MP4 |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
static Mp4FtypBox.Brand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mp4FtypBox.Brand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mp4FtypBox.Brand ISO14496_1_BASE_MEDIA
public static final Mp4FtypBox.Brand ISO14496_12_BASE_MEDIA
public static final Mp4FtypBox.Brand ISO14496_1_VERSION_1
public static final Mp4FtypBox.Brand ISO14496_1_VERSION_2
public static final Mp4FtypBox.Brand QUICKTIME_MOVIE
public static final Mp4FtypBox.Brand JVT_AVC
public static final Mp4FtypBox.Brand THREEG_MOBILE_MP4
public static final Mp4FtypBox.Brand APPLE_AAC_AUDIO
public static final Mp4FtypBox.Brand AES_ENCRYPTED_AUDIO
public static final Mp4FtypBox.Brand APPLE_AUDIO
public static final Mp4FtypBox.Brand ISO14496_12_MPEG7_METADATA
public static final Mp4FtypBox.Brand APPLE_AUDIO_ONLY
public static Mp4FtypBox.Brand[] values()
for (Mp4FtypBox.Brand c : Mp4FtypBox.Brand.values()) System.out.println(c);
public static Mp4FtypBox.Brand 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 String getId()
public String getDescription()
Copyright © 2005–2020 jthink.net. All rights reserved.