Package | Description |
---|---|
org.jaudiotagger.audio.aiff |
Modifier and Type | Method and Description |
---|---|
AiffType |
AiffAudioHeader.getFileType()
Return the file type (AIFF or AIFC)
|
static AiffType |
AiffType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AiffType[] |
AiffType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AiffAudioHeader.setFileType(AiffType typ)
Set the file type (AIFF or AIFC)
|
Copyright © 2005–2020 jthink.net. All rights reserved.