MediaType_e (Windows CE 5.0)
This enumeration provides values that identify a piece of medias content type.
enum MediaType_e {
Music = 0,
Video,
Picture,
Playlist,
MusicAlbum,
VideoAlbum,
PictureAlbum,
MusicArtist,
MovieActor,
PictureDateFolder,
MusicGenre,
VideoGenre
};
Elements
- Music
Indicates a music file. - Video
Indicates a music video. - Picture
Indicates a still image file. - Playlist,
Indicates a playlist file. - MusicAlbum
Indicates a music album file. - VideoAlbum
Indicates a video album file. - PictureAlbum
Indicates a collection of still image files. - MusicArtist
Indicates a collection of music files based on artist. - MovieActor
Indicates a collection of video files based on actor. - PictureDateFolder
Indicates a collection of still images based on date. - MusicGenre
Indicates a genre for music files. - VideoGenre
Indicates a genre for video files.
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