Picture Class |
public class Picture
The Picture type exposes the following members.
| Name | Description | |
|---|---|---|
| Data | Gets or sets the raw data of the image. | |
| Description | Gets or sets the description of the picture. | |
| MimeType | Gets or sets the MIME type of the picture. | |
| PictureType | Gets or sets the LitePictureType enumeration that describes the standard ID3 picture type. | |
| SourceFrame | Gets a reference to the APIC frame from which this Picture object was parsed. |
| Name | Description | |
|---|---|---|
| GetPicture | Parses the raw data in an APIC frame and converts it into a strongly typed Picture object. | |
| ToBuffer | Converts the strongly typed Picture object back to a frame buffer. | |
| ToBuffer(LitePictureType, String, String, Byte) | A static helper method to convert the parts of a picture frame back to a frame buffer. | |
| UpdateSourceFrame | Updates the APIC frame from which this Picture object was created with current property values of this Picture. |