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