public final class AttachedPictureFrame extends TagFrame
Represents APIC frame.
Constructor and Description |
---|
AttachedPictureFrame()
Initializes a new instance of the
AttachedPictureFrame class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets or sets the description.
|
int |
getEncoding()
Gets or sets the encoding.
|
String |
getMIMEType()
Gets or sets the MIME type.
|
byte[] |
getPictureData()
Gets or sets the picture data.
|
int |
getPictureType()
Gets or sets the type of the picture.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setEncoding(int value)
Gets or sets the encoding.
|
void |
setMIMEType(String value)
Gets or sets the MIME type.
|
void |
setPictureData(byte[] value)
Gets or sets the picture data.
|
void |
setPictureType(int value)
Gets or sets the type of the picture.
|
String |
toString()
Returns a
System.String that represents this instance. |
public AttachedPictureFrame()
Initializes a new instance of the AttachedPictureFrame
class.
public final int getEncoding()
Gets or sets the encoding.
Value: The encoding.public final void setEncoding(int value)
Gets or sets the encoding.
Value: The encoding.public final String getMIMEType()
Gets or sets the MIME type.
Value: The MIME type.public final void setMIMEType(String value)
Gets or sets the MIME type.
Value: The MIME type.public final int getPictureType()
Gets or sets the type of the picture.
Value: The type of the picture.public final void setPictureType(int value)
Gets or sets the type of the picture.
Value: The type of the picture.public final String getDescription()
Gets or sets the description.
Value: The description.public final void setDescription(String value)
Gets or sets the description.
Value: The description.public final byte[] getPictureData()
Gets or sets the picture data.
Value: The picture data.public final void setPictureData(byte[] value)
Gets or sets the picture data.
Value: The picture data.Copyright © 2017. All rights reserved.