public class ID3Tag extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPRESSION_USED
The Constant COMPRESSION_USED.
|
static String |
CRC32_HEX
The Constant CRC32_HEX.
|
static String |
EXPERIMENTAL
The Constant EXPERIMENTAL.
|
static String |
EXTENDED_HEADER_SIZE
The Constant EXTENDED_HEADER_SIZE.
|
static String |
FOOTER_PRESENT
The Constant FOOTER_PRESENT.
|
static String |
PADDING_SIZE
The Constant PADDING_SIZE.
|
static String |
TAG_IS_UPDATE
The Constant TAG_IS_UPDATE.
|
static String |
UNSYNC_USED
The Constant UNSYNC_USED.
|
| Constructor and Description |
|---|
ID3Tag()
Instantiates a new ID 3 tag.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDeclaredSize() |
Properties |
getFlags() |
List<ID3Frame> |
getFrames() |
int |
getRevision() |
ID3Version |
getVersion() |
void |
setDeclaredSize(int declaredSize) |
void |
setRevision(int revision) |
void |
setVersion(ID3Version version) |
String |
toString() |
public static final String COMPRESSION_USED
public static final String CRC32_HEX
public static final String EXPERIMENTAL
public static final String EXTENDED_HEADER_SIZE
public static final String PADDING_SIZE
public static final String UNSYNC_USED
public static final String FOOTER_PRESENT
public static final String TAG_IS_UPDATE
public ID3Version getVersion()
public void setVersion(ID3Version version)
version - the version to setpublic Properties getFlags()
public int getRevision()
public void setRevision(int revision)
revision - the revision to setpublic int getDeclaredSize()
public void setDeclaredSize(int declaredSize)
declaredSize - the declaredSize to setCopyright © 2018. All rights reserved.