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 |
|---|
URLFrame(CanonicalFrameType canonicalFrameType)
Instantiates a new URL frame.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalTypeInfo()
Get the additionalTypeInfo of this URLFrame.
|
CanonicalFrameType |
getCanonicalFrameType()
Gets the canonical frame type.
|
Properties |
getFlags() |
int |
getTotalFrameSize()
Gets the total frame size.
|
String |
getUrl() |
void |
setAdditionalTypeInfo(String additionalTypeInfo)
Set the additionalTypeInfo of this URLFrame.
|
void |
setCanonicalFrameType(CanonicalFrameType canonicalFrameType)
Sets the canonical frame type.
|
void |
setTotalFrameSize(int totalFrameSize) |
void |
setUrl(String url)
Set the
URL. |
void |
setUrl(URL url)
Set the
URL. |
String |
toString() |
public URLFrame(CanonicalFrameType canonicalFrameType)
canonicalFrameType - the canonical frame typepublic Properties getFlags()
public String getUrl()
public int getTotalFrameSize()
ID3FramegetTotalFrameSize in interface ID3Framepublic void setTotalFrameSize(int totalFrameSize)
totalFrameSize - the totalFrameSize to setpublic CanonicalFrameType getCanonicalFrameType()
ID3FramegetCanonicalFrameType in interface ID3Framepublic void setCanonicalFrameType(CanonicalFrameType canonicalFrameType)
canonicalFrameType - the new canonical frame typepublic String getAdditionalTypeInfo()
public void setAdditionalTypeInfo(String additionalTypeInfo)
additionalTypeInfo - The additionalTypeInfo of this URLFrame.Copyright © 2018. All rights reserved.