xbmc
|
Public Member Functions | |
EmbeddedArtInfo (size_t size, const std::string &mime, const std::string &type="") | |
void | Archive (CArchive &ar) override |
void | Set (size_t size, const std::string &mime, const std::string &type="") |
void | Clear () |
bool | Empty () const |
bool | Matches (const EmbeddedArtInfo &right) const |
void | SetType (const std::string &type) |
Public Attributes | |
size_t | m_size = 0 |
std::string | m_mime |
std::string | m_type |