Share via


MediaItem_t (Windows Embedded CE 6.0)

1/5/2010

This interface provides access to the metadata for a media item.

You can obtain a pointer to a MediaItem_t interface by calling MediaItemBatch_t::GetMediaItem

You can use the MediaItem_t object returned by this to access all the metadata available for the media item.

Methods

The following table shows the methods for this interface.

Method Description

MediaItem_t::GetItemAttribute

Retrieves a specific attribute of the media item.

MediaItem_t::IsContainer

Returns if the media item object is container object.

MediaItem_t::IsRestricted

Returns if the media item has restricted attribute set.

MediaItem_t::IsValid

Checks the validity of the object.

MediaItem_t::OemExtensionUpnpItemAttribute

Returns the specified item attribute

See Also

Concepts

Media Query Engine Interfaces