Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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_APPNAMEValue: 0 The name of the application used to play back a media file. |
WPC_ARGS_MEDIAPLAYBACKEVENT_APPVERSIONThe version of the application used to play back a media file. |
WPC_ARGS_MEDIAPLAYBACKEVENT_MEDIATYPEThe type of media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_PATHThe path used to play back a media file. |
WPC_ARGS_MEDIAPLAYBACKEVENT_TITLEThe title of the media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_PMLThe parental managements level of the media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_ALBUMThe album of the media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_EXPLICITThe explicit rating of the media file that was played. |
WPC_ARGS_MEDIAPLAYBACKEVENT_REASONThe reason for playing a media file. |
WPC_ARGS_MEDIAPLAYBACKEVENT_CARGSThe 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 |