public enum AiffCompressionType extends Enum<AiffCompressionType>
Enum Constant and Description |
---|
alaw |
ALAW |
fl32 |
FL32 |
IN24 |
IN32 |
ll64 |
MAC3 |
MAC6 |
NONE |
RAW |
rt24 |
rt29 |
SOWT |
TWOS |
ulaw |
ULAW |
Modifier and Type | Method and Description |
---|---|
static AiffCompressionType |
getByCode(String code) |
String |
getCode() |
String |
getCompression() |
String |
getDataType() |
String |
getProvider() |
boolean |
isLossless() |
static AiffCompressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AiffCompressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AiffCompressionType NONE
public static final AiffCompressionType RAW
public static final AiffCompressionType TWOS
public static final AiffCompressionType SOWT
public static final AiffCompressionType fl32
public static final AiffCompressionType ll64
public static final AiffCompressionType IN24
public static final AiffCompressionType IN32
public static final AiffCompressionType alaw
public static final AiffCompressionType ulaw
public static final AiffCompressionType MAC3
public static final AiffCompressionType MAC6
public static final AiffCompressionType ALAW
public static final AiffCompressionType ULAW
public static final AiffCompressionType FL32
public static final AiffCompressionType rt24
public static final AiffCompressionType rt29
public static AiffCompressionType[] values()
for (AiffCompressionType c : AiffCompressionType.values()) System.out.println(c);
public static AiffCompressionType 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 getCode()
public String getCompression()
public boolean isLossless()
public String getDataType()
public String getProvider()
public static AiffCompressionType getByCode(String code)
Copyright © 2005–2020 jthink.net. All rights reserved.