The BASS_TAG_FLAC_PICTURE type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Colors |
The number of colours used for indexed-colour pictures (eg. GIF).
| |
| Data |
The picture data.
| |
| Depth |
The colour depth in bits-per-pixel.
| |
| Desc |
A description string of the picture.
| |
| Height |
The height in pixels.
| |
| ImageURL |
Returns the image URL, if the Mime type is "-->" - else is returned.
| |
| Length |
The size of Data in bytes.
| |
| Mime |
The MIME type string. This may be "-->" to signify that data contains a URL of the picture rather than the picture data itself.
| |
| Picture |
The picture image.
| |
| Width |
The width in pixels.
|
See Also