FLAC picture.
More...
#include <flacpicture.h>
◆ Picture() [1/3]
TagLib::FLAC::Picture::Picture |
( |
| ) |
|
◆ Picture() [2/3]
TagLib::FLAC::Picture::Picture |
( |
const ByteVector & |
data | ) |
|
◆ ~Picture()
TagLib::FLAC::Picture::~Picture |
( |
| ) |
|
|
override |
◆ Picture() [3/3]
TagLib::FLAC::Picture::Picture |
( |
const Picture & |
item | ) |
|
|
delete |
◆ code()
int TagLib::FLAC::Picture::code |
( |
| ) |
const |
|
overridevirtual |
◆ colorDepth()
int TagLib::FLAC::Picture::colorDepth |
( |
| ) |
const |
Returns the color depth (in bits-per-pixel) of the image.
◆ data()
◆ description()
String TagLib::FLAC::Picture::description |
( |
| ) |
const |
Returns a text description of the image.
◆ height()
int TagLib::FLAC::Picture::height |
( |
| ) |
const |
Returns the height of the image.
◆ mimeType()
String TagLib::FLAC::Picture::mimeType |
( |
| ) |
const |
Returns the mime type of the image. This should in most cases be "image/png" or "image/jpeg".
◆ numColors()
int TagLib::FLAC::Picture::numColors |
( |
| ) |
const |
Returns the number of colors used on the image..
◆ operator=()
◆ parse()
bool TagLib::FLAC::Picture::parse |
( |
const ByteVector & |
data | ) |
|
Parse the picture data in the FLAC picture block format.
◆ render()
ByteVector TagLib::FLAC::Picture::render |
( |
| ) |
const |
|
overridevirtual |
◆ setColorDepth()
void TagLib::FLAC::Picture::setColorDepth |
( |
int |
colorDepth | ) |
|
Sets the color depth (in bits-per-pixel) of the image.
◆ setData()
void TagLib::FLAC::Picture::setData |
( |
const ByteVector & |
data | ) |
|
◆ setDescription()
void TagLib::FLAC::Picture::setDescription |
( |
const String & |
description | ) |
|
Sets a textual description of the image to description.
◆ setHeight()
void TagLib::FLAC::Picture::setHeight |
( |
int |
height | ) |
|
Sets the height of the image.
◆ setMimeType()
void TagLib::FLAC::Picture::setMimeType |
( |
const String & |
mimeType | ) |
|
Sets the mime type of the image. This should in most cases be "image/png" or "image/jpeg".
◆ setNumColors()
void TagLib::FLAC::Picture::setNumColors |
( |
int |
numColors | ) |
|
Sets the number of colors used on the image (for indexed images).
◆ setType()
void TagLib::FLAC::Picture::setType |
( |
Type |
type | ) |
|
Sets the type of the image.
◆ setWidth()
void TagLib::FLAC::Picture::setWidth |
( |
int |
width | ) |
|
Sets the width of the image.
◆ type()
Type TagLib::FLAC::Picture::type |
( |
| ) |
const |
Returns the type of the image.
◆ width()
int TagLib::FLAC::Picture::width |
( |
| ) |
const |
Returns the width of the image.
The documentation for this class was generated from the following file: