| Modifier and Type | Class and Description |
|---|---|
static class |
PictureFrame.PictureType
The Enum PictureType.
|
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 |
|---|
PictureFrame() |
| Modifier and Type | Method and Description |
|---|---|
CanonicalFrameType |
getCanonicalFrameType()
Gets the canonical frame type.
|
Charset |
getCharset() |
String |
getDescription()
Get the description of this PictureFrame.
|
Properties |
getFlags() |
byte[] |
getImageData()
Get the imageData of this PictureFrame.
|
String |
getImageType()
Get the imageType of this PictureFrame.
|
int |
getPictureNumber()
Gets the picture number.
|
int |
getTotalFrameSize()
Gets the total frame size.
|
void |
setCharset(Charset charset) |
void |
setDescription(String description)
Set the description of this PictureFrame.
|
void |
setImageData(byte[] imageData)
Set the imageData of this PictureFrame.
|
void |
setImageType(String imageType)
Set the imageType of this PictureFrame.
|
void |
setPictureNumber(int number)
Sets the picture number.
|
void |
setPictureType(PictureFrame.PictureType pictureType)
Sets the picture type.
|
void |
setTotalFrameSize(int totalFrameSize)
Sets the total frame size.
|
String |
toString() |
public void setPictureType(PictureFrame.PictureType pictureType)
pictureType - the new picture typepublic int getPictureNumber()
public void setPictureNumber(int number)
number - the new picture numberpublic CanonicalFrameType getCanonicalFrameType()
ID3FramegetCanonicalFrameType in interface ID3Framepublic Properties getFlags()
public int getTotalFrameSize()
ID3FramegetTotalFrameSize in interface ID3Framepublic void setTotalFrameSize(int totalFrameSize)
totalFrameSize - the new total frame sizepublic Charset getCharset()
public void setCharset(Charset charset)
charset - the charset to setpublic String getDescription()
public void setDescription(String description)
description - The description of this PictureFrame.public String getImageType()
public void setImageType(String imageType)
imageType - The imageType of this PictureFrame.public byte[] getImageData()
public void setImageData(byte[] imageData)
imageData - The imageData of this PictureFrame.Copyright © 2018. All rights reserved.