// portabledevice.h
typedef enum tagWPD_META_GENRES {
WPD_META_GENRE_UNUSED,
WPD_META_GENRE_GENERIC_MUSIC_AUDIO_FILE,
WPD_META_GENRE_GENERIC_NON_MUSIC_AUDIO_FILE,
WPD_META_GENRE_SPOKEN_WORD_AUDIO_BOOK_FILES,
WPD_META_GENRE_SPOKEN_WORD_FILES_NON_AUDIO_BOOK,
WPD_META_GENRE_SPOKEN_WORD_NEWS,
WPD_META_GENRE_SPOKEN_WORD_TALK_SHOWS,
WPD_META_GENRE_GENERIC_VIDEO_FILE,
WPD_META_GENRE_NEWS_VIDEO_FILE,
WPD_META_GENRE_MUSIC_VIDEO_FILE,
WPD_META_GENRE_HOME_VIDEO_FILE,
WPD_META_GENRE_FEATURE_FILM_VIDEO_FILE,
WPD_META_GENRE_TELEVISION_VIDEO_FILE,
WPD_META_GENRE_TRAINING_EDUCATIONAL_VIDEO_FILE,
WPD_META_GENRE_PHOTO_MONTAGE_VIDEO_FILE,
WPD_META_GENRE_GENERIC_NON_AUDIO_NON_VIDEO,
WPD_META_GENRE_AUDIO_PODCAST,
WPD_META_GENRE_VIDEO_PODCAST,
WPD_META_GENRE_MIXED_PODCAST
} WPD_META_GENRES;
View the official Windows Driver Kit DDI referenceNo description available.
The WPD_META_GENRES enumeration type describes a broad genre type of a media file.
WPD_META_GENRE_UNUSEDThe genre has not been set, or is not applicable.
WPD_META_GENRE_GENERIC_MUSIC_AUDIO_FILEThis is a generic music file (audio only).
WPD_META_GENRE_GENERIC_NON_MUSIC_AUDIO_FILEThis is a generic non-music audio file, for example, a speech or audio book.
WPD_META_GENRE_SPOKEN_WORD_AUDIO_BOOK_FILESThis is an audio book file.
WPD_META_GENRE_SPOKEN_WORD_FILES_NON_AUDIO_BOOKThis is a spoken word audio file that is not an audio book, for example, an interview or speech.
WPD_META_GENRE_SPOKEN_WORD_NEWSThis is a news audio or video file.
WPD_META_GENRE_SPOKEN_WORD_TALK_SHOWSThis is an audio recording of a talk show.
WPD_META_GENRE_GENERIC_VIDEO_FILEThis is a generic video file.
WPD_META_GENRE_NEWS_VIDEO_FILEThis is a news video file.
WPD_META_GENRE_MUSIC_VIDEO_FILEThis is a music video file.
WPD_META_GENRE_HOME_VIDEO_FILEThis is a home video file.
WPD_META_GENRE_FEATURE_FILM_VIDEO_FILEThis is a feature film video file.
WPD_META_GENRE_TELEVISION_VIDEO_FILEThis is a television program video file.
WPD_META_GENRE_TRAINING_EDUCATIONAL_VIDEO_FILEThis is an educational video file.
WPD_META_GENRE_PHOTO_MONTAGE_VIDEO_FILEThis is a video file featuring a photo montage.
WPD_META_GENRE_GENERIC_NON_AUDIO_NON_VIDEOThis is a file without audio or video.
WPD_META_GENRE_AUDIO_PODCASTThis is an audio podcast.
WPD_META_GENRE_VIDEO_PODCASTThis is a video podcast.
WPD_META_GENRE_MIXED_PODCASTThis is a podcast containing both audio and video.
This enumeration is used by the WPD_MEDIA_META_GENRE property.
Structures and Enumeration Types