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 explicit rating of the media file.
Syntax
typedef enum tagWPC_MEDIA_EXPLICIT_TYPE {
WPC_MEDIA_EXPLICIT_FALSE = 0,
WPC_MEDIA_EXPLICIT_TRUE,
WPC_MEDIA_EXPLICIT_UNKNOWN
} WPC_MEDIA_EXPLICIT;
Constants
WPC_MEDIA_EXPLICIT_FALSEValue: 0 The media file is not rated as explicit. |
WPC_MEDIA_EXPLICIT_TRUEThe media file is rated as explicit. |
WPC_MEDIA_EXPLICIT_UNKNOWNThe media file has an unknown explicit rating. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |