| Modifier and Type | Method and Description |
|---|---|
CanonicalFrameType |
UserDefinedURLFrame.getCanonicalFrameType() |
CanonicalFrameType |
UserDefinedTextFrame.getCanonicalFrameType() |
CanonicalFrameType |
URLFrame.getCanonicalFrameType() |
CanonicalFrameType |
UniqueFileIdentifierFrame.getCanonicalFrameType() |
CanonicalFrameType |
TextFrame.getCanonicalFrameType() |
CanonicalFrameType |
PictureFrame.getCanonicalFrameType() |
CanonicalFrameType |
MusicCDIdentifierFrame.getCanonicalFrameType() |
CanonicalFrameType |
ITunesPodcastFrame.getCanonicalFrameType() |
CanonicalFrameType |
InvolvedPeopleFrame.getCanonicalFrameType() |
CanonicalFrameType |
ID3Frame.getCanonicalFrameType()
Gets the canonical frame type.
|
CanonicalFrameType |
CommentFrame.getCanonicalFrameType() |
static CanonicalFrameType |
CanonicalFrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CanonicalFrameType[] |
CanonicalFrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLFrame.setCanonicalFrameType(CanonicalFrameType canonicalFrameType)
Sets the canonical frame type.
|
void |
TextFrame.setCanonicalFrameType(CanonicalFrameType canonicalFrameType)
Sets the canonical frame type.
|
| Constructor and Description |
|---|
TextFrame(CanonicalFrameType canonicalFrameType)
Instantiates a new text frame.
|
TextFrame(CanonicalFrameType canonicalFrameType,
String text)
Instantiates a new text frame.
|
TextFrame(CanonicalFrameType canonicalFrameType,
String text,
int totalFrameSize)
Instantiates a new text frame.
|
URLFrame(CanonicalFrameType canonicalFrameType)
Instantiates a new URL frame.
|
| Constructor and Description |
|---|
TextFrameReader(CanonicalFrameType canonicalFrameType,
int headerSize)
Instantiates a new text frame reader.
|
URLFrameReader(CanonicalFrameType canonicalFrameType,
int headerSize)
Instantiates a new URL frame reader.
|
| Modifier and Type | Method and Description |
|---|---|
CanonicalFrameType |
FrameDictionary.getCanonicalFrameType(String name)
Gets the canonical frame type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FrameDictionary.getName(CanonicalFrameType canonicalFrameType)
Gets the name.
|
| Modifier and Type | Method and Description |
|---|---|
CanonicalFrameType |
FrameDictionary.getCanonicalFrameType(String name)
Gets the canonical frame type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FrameDictionary.getName(CanonicalFrameType canonicalFrameType)
Gets the name.
|
| Modifier and Type | Method and Description |
|---|---|
CanonicalFrameType |
FrameDictionary.getCanonicalFrameType(String name)
Gets the canonical frame type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FrameDictionary.getName(CanonicalFrameType canonicalFrameType)
Gets the name.
|
Copyright © 2018. All rights reserved.