Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The BfEnTvRat_Attributes_MPAA enumeration type specifies content rating attributes in the Motion Picture Association of America (MPAA) rating system.
Syntax
typedef enum {
MPAA_IsBlocked = BfIsBlocked,
MPAA_ValidAttrSubmask = 1
} BfEnTvRat_Attributes_MPAA;
Members
MPAA_IsBlocked
Block playback.
MPAA_ValidAttrSubmask
A bitmask of all valid attribute bits for the MPAA rating system.
Remarks
This enumeration type maps BfEnTvRat_GenericAttributes flags to the MPAA rating system. The only valid flag is MPAA_IsBlocked.
See Also