Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates information about the type of media file accessed.
Syntax
typedef enum tagWPC_MEDIA_TYPE {
WPC_MEDIA_TYPE_OTHER = 0,
WPC_MEDIA_TYPE_DVD,
WPC_MEDIA_TYPE_RECORDED_TV,
WPC_MEDIA_TYPE_AUDIO_FILE,
WPC_MEDIA_TYPE_CD_AUDIO,
WPC_MEDIA_TYPE_VIDEO_FILE,
WPC_MEDIA_TYPE_PICTURE_FILE,
WPC_MEDIA_TYPE_MAX
} WPC_MEDIA_TYPE;
Constants
WPC_MEDIA_TYPE_OTHERValue: 0 The type of media file accessed is not one of the types available. |
WPC_MEDIA_TYPE_DVDThe type of media file accessed is a DVD. |
WPC_MEDIA_TYPE_RECORDED_TVThe type of media file accessed is recorded television. |
WPC_MEDIA_TYPE_AUDIO_FILEThe type of media file accessed is an audio file other than a CD audio file. |
WPC_MEDIA_TYPE_CD_AUDIOThe type of media file accessed is a CD audio file. |
WPC_MEDIA_TYPE_VIDEO_FILEThe type of media file accessed is a video file. |
WPC_MEDIA_TYPE_PICTURE_FILEThe type of media file accessed is a picture file. |
WPC_MEDIA_TYPE_MAXThe type of media file accessed is a .max file. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |