WPC_ARGS_MEDIAPLAYBACKEVENT enumeration (wpcevent.h)
Indicates information about the playback of a media file.
Syntax
typedef enum tagWPC_ARGS_MEDIAPLAYBACKEVENT {
WPC_ARGS_MEDIAPLAYBACKEVENT_APPNAME = 0,
WPC_ARGS_MEDIAPLAYBACKEVENT_APPVERSION,
WPC_ARGS_MEDIAPLAYBACKEVENT_MEDIATYPE,
WPC_ARGS_MEDIAPLAYBACKEVENT_PATH,
WPC_ARGS_MEDIAPLAYBACKEVENT_TITLE,
WPC_ARGS_MEDIAPLAYBACKEVENT_PML,
WPC_ARGS_MEDIAPLAYBACKEVENT_ALBUM,
WPC_ARGS_MEDIAPLAYBACKEVENT_EXPLICIT,
WPC_ARGS_MEDIAPLAYBACKEVENT_REASON,
WPC_ARGS_MEDIAPLAYBACKEVENT_CARGS
} WPC_ARGS_MEDIAPLAYBACKEVENT;
Constants
WPC_ARGS_MEDIAPLAYBACKEVENT_APPNAME Value: 0 The name of the application used to play back a media file. |
WPC_ARGS_MEDIAPLAYBACKEVENT_APPVERSION The version of the application used to play back a media file. |
WPC_ARGS_MEDIAPLAYBACKEVENT_MEDIATYPE The type of media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_PATH The path used to play back a media file. |
WPC_ARGS_MEDIAPLAYBACKEVENT_TITLE The title of the media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_PML The parental managements level of the media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_ALBUM The album of the media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_EXPLICIT The explicit rating of the media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_REASON The reason for playing a media file. |
WPC_ARGS_MEDIAPLAYBACKEVENT_CARGS The arguments used to play back a media file. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Header | wpcevent.h |