Item_Attribute_e (Windows CE 5.0)

Send Feedback

This enumeration provides values that are used to identify meta data for media content.

enum Item_Attribute_e {
  Attr_Title = 0,
  Attr_Class,
  Attr_UpnpItemId,
  Attr_UpnpParentId,
  Attr_URI,
  Attr_Date,
  Attr_Artist,
  Attr_Actor,
  Attr_Album,
  Attr_AlbumArtURI,
  Attr_Genre,
  Attr_Rating,
  Attr_ResSize,
  Attr_ResDuration,
  Attr_ResResolution,
  Attr_ResColorDepth,
  Attr_MusicSampleFrequency,
  Attr_MusicAudioChannels,
  Attr_Description,
  Attr_ProtocolInfo
};

Elements

  • Attr_Title
    Indicates the title associated with a piece of media.
  • Attr_Class
    Indicates the class associated with a piece of media.
  • Attr_UpnpItemId
    Indicates the UPnP identification number associated with a piece of media.
  • Attr_UpnpParentId
    Indicates the UPnP identification number for a piece of medias parent item.
  • Attr_URI
    Indicates the URI associated with a piece of media.
  • Attr_Date
    Indicates the date associated with a piece of media. Dates are recorded in the YYYY-MM-DD format according to ISO 8601.
  • Attr_Artist
    Indicates the artist associated with a piece of media.
  • Attr_Actor
    Indicates the actor associated with a piece of media.
  • Attr_Album
    Indicates the album associated with a piece of media.
  • Attr_AlbumArtURI
    Indicates the URI that locates the album art associated with a piece of media.
  • Attr_Genre
    Indicates the genre associated with a piece of media.
  • Attr_Rating
    Indicates the rating associated with a piece of media.
  • Attr_ResSize
    Indicates the storage size for a piece of media.
  • Attr_ResDuration
    Indicates the playback time for a piece of media.
  • Attr_ResResolution
    Indicates the screen resolution, in pixels, for a piece of media. Resolution data is presented in the format <X value>x<Y value>
  • Attr_ResColorDepth
    Indicates the color depth for a piece of media.
  • Attr_MusicSampleFrequency
    Indicates the sampling frequency for a piece of media.
  • Attr_MusicAudioChannels
    Indicates the number of audio channels in a piece of media.
  • Attr_Description
    Indicates the description associated with a piece of media.
  • Attr_ProtocolInfo
    Indicates the data compression used in a piece of media.

Requirements

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.

See Also

Media Query Engine Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.