| Modifier and Type | Class and Description |
|---|---|
static class |
InvolvedPeopleFrame.InvolvedPerson
The Class InvolvedPerson.
|
COMPRESSION_USED, DATA_LENGTH_INDICATOR, ENCRYPTION_METHOD_USED, GROUP_ID, PRESERVE_FRAME_WHEN_FILE_ALTERED, PRESERVE_FRAME_WHEN_TAG_ALTERED, READ_ONLY, UNSYNC_USED| Constructor and Description |
|---|
InvolvedPeopleFrame()
Instantiates a new involved people frame.
|
InvolvedPeopleFrame(int totalFrameSize)
Instantiates a new involved people frame.
|
| Modifier and Type | Method and Description |
|---|---|
CanonicalFrameType |
getCanonicalFrameType()
Gets the canonical frame type.
|
Charset |
getCharset() |
Properties |
getFlags() |
List<InvolvedPeopleFrame.InvolvedPerson> |
getInvolvedPeopleList() |
int |
getTotalFrameSize()
Gets the total frame size.
|
void |
setCharset(Charset charset) |
void |
setTotalFrameSize(int totalFrameSize)
Sets the total frame size.
|
String |
toString() |
public InvolvedPeopleFrame()
public InvolvedPeopleFrame(int totalFrameSize)
totalFrameSize - the total frame sizepublic Properties getFlags()
public Charset getCharset()
public void setCharset(Charset charset)
charset - the charset to setpublic CanonicalFrameType getCanonicalFrameType()
ID3FramegetCanonicalFrameType in interface ID3Framepublic int getTotalFrameSize()
ID3FramegetTotalFrameSize in interface ID3Framepublic void setTotalFrameSize(int totalFrameSize)
totalFrameSize - the new total frame sizepublic List<InvolvedPeopleFrame.InvolvedPerson> getInvolvedPeopleList()
Copyright © 2018. All rights reserved.