TagLib 1.11 (TagLib: 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 
)

TagLib::MP4::CoverArt::~CoverArt (  ) 

TagLib::MP4::CoverArt::CoverArt ( const CoverArt item  ) 


Member Function Documentation

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

Copies the contents of item into this CoverArt.

void TagLib::MP4::CoverArt::swap ( CoverArt item  ) 

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

Format TagLib::MP4::CoverArt::format (  )  const

Format of the image.

ByteVector TagLib::MP4::CoverArt::data (  )  const

The image data.


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