KFileMetaData 5.109.0
Public Types | List of all members
KFileMetaData::EmbeddedImageData

EmbeddedImageData defines enums for different image types that can be extracted from the metadata of e.g. More...

#include <KFileMetaData/EmbeddedImageData>

Public Types

enum  ImageType {
  FrontCover = 1 << 0x0 , Other = 1 << 0x01 , FileIcon = 1 << 0x02 , OtherFileIcon = 1 << 0x03 ,
  BackCover = 1 << 0x04 , LeafletPage = 1 << 0x05 , Media = 1 << 0x06 , LeadArtist = 1 << 0x07 ,
  Artist = 1 << 0x08 , Conductor = 1 << 0x09 , Band = 1 << 0x0A , Composer = 1 << 0x0B ,
  Lyricist = 1 << 0x0C , RecordingLocation = 1 << 0x0D , DuringRecording = 1 << 0x0E , DuringPerformance = 1 << 0x0F ,
  MovieScreenCapture = 1 << 0x10 , ColouredFish = 1 << 0x11 , Illustration = 1 << 0x12 , BandLogo = 1 << 0x13 ,
  PublisherLogo = 1 << 0x14 , Unknown = 1 << 30 , AllImages = 0x7fffffff
}
 
typedef QFlags< ImageTypeImageTypes
 Stores a combination of ImageType values.
 

Detailed Description

EmbeddedImageData defines enums for different image types that can be extracted from the metadata of e.g.

music files

Member Typedef Documentation

◆ ImageTypes

Stores a combination of ImageType values.

Member Enumeration Documentation

◆ ImageType

See also
ImageTypes