~vicamo/media-hub/add-lib64-for-64bit-android

« back to all changes in this revision

Viewing changes to src/core/media/xesam.h

  • Committer: Bileto Bot
  • Author(s): Jim Hodapp
  • Date: 2016-06-16 21:30:56 UTC
  • mfrom: (184.1.11 media-hub)
  • Revision ID: ci-train-bot@canonical.com-20160616213056-jhhrxbngi70c8yb7
Support albumart for music and video tracks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
DATUM(UserRating, xesam:userRating, double)
54
54
}
55
55
 
 
56
namespace tags
 
57
{
 
58
// Does the track contain album art?
 
59
DATUM(Image, tag:image, bool)
 
60
// Does the track contain a small album art preview image?
 
61
DATUM(PreviewImage, tag::previewImage, bool)
 
62
}
 
63
 
56
64
#endif // XESAM_H_