public interface ID3Frame
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPRESSION_USED
The Constant COMPRESSION_USED.
|
static String |
DATA_LENGTH_INDICATOR
The Constant DATA_LENGTH_INDICATOR.
|
static String |
ENCRYPTION_METHOD_USED
The Constant ENCRYPTION_METHOD_USED.
|
static String |
GROUP_ID
The Constant GROUP_ID.
|
static String |
PRESERVE_FRAME_WHEN_FILE_ALTERED
The Constant PRESERVE_FRAME_WHEN_FILE_ALTERED.
|
static String |
PRESERVE_FRAME_WHEN_TAG_ALTERED
The Constant PRESERVE_FRAME_WHEN_TAG_ALTERED.
|
static String |
READ_ONLY
The Constant READ_ONLY.
|
static String |
UNSYNC_USED
The Constant UNSYNC_USED.
|
| Modifier and Type | Method and Description |
|---|---|
CanonicalFrameType |
getCanonicalFrameType()
Gets the canonical frame type.
|
Properties |
getFlags() |
int |
getTotalFrameSize()
Gets the total frame size.
|
static final String PRESERVE_FRAME_WHEN_TAG_ALTERED
static final String PRESERVE_FRAME_WHEN_FILE_ALTERED
static final String READ_ONLY
static final String COMPRESSION_USED
static final String DATA_LENGTH_INDICATOR
static final String ENCRYPTION_METHOD_USED
static final String GROUP_ID
static final String UNSYNC_USED
int getTotalFrameSize()
CanonicalFrameType getCanonicalFrameType()
Properties getFlags()
Copyright © 2018. All rights reserved.