TagLib 1.11.1 (TagLib::MP4::CoverArt Class Reference)

TagLib::MP4::CoverArt Class Reference

#include <mp4coverart.h>

List of all members.

Public Types

enum  Format {
  JPEG = TypeJPEG, PNG = TypePNG, BMP = TypeBMP, GIF = TypeGIF,
  Unknown = TypeImplicit
}

Public Member Functions

 CoverArt (Format format, const ByteVector &data)
 ~CoverArt ()
 CoverArt (const CoverArt &item)
CoverArtoperator= (const CoverArt &item)
void swap (CoverArt &item)
Format format () const
 Format of the image.
ByteVector data () const
 The image data.

Member Enumeration Documentation

This describes the image type.

Enumerator:
JPEG 
PNG 
BMP 
GIF 
Unknown 

Constructor & Destructor Documentation

TagLib::MP4::CoverArt::CoverArt ( Format  format,
const ByteVector data 
)

Member Function Documentation

The image data.

Format of the image.

CoverArt& TagLib::MP4::CoverArt::operator= ( const CoverArt item)

Copies the contents of item into this CoverArt.

Exchanges the content of the CoverArt by the content of item.


The documentation for this class was generated from the following file: