Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The EnTvRat_MPAA enumeration type specifies a rating level in the Motion Picture Association of America (MPAA) rating system.
Syntax
typedef enum {
MPAA_NotApplicable = TvRat_0,
MPAA_G = TvRat_1,
MPAA_PG = TvRat_2,
MPAA_PG13 = TvRat_3,
MPAA_R = TvRat_4,
MPAA_NC17 = TvRat_5,
MPAA_X = TvRat_6,
MPAA_NotRated = TvRat_7
} EnTvRat_MPAA;
Members
MPAA_NotApplicable
MPAA rating is not applicable (for example, sports or news broadcasts).
MPAA_G
G rating.
MPAA_PG
PG rating.
MPAA_PG13
PG-13 rating.
MPAA_R
R rating.
MPAA_NC17
NC-17 rating.
MPAA_X
X rating.
MPAA_NotRated
The program is not rated by the MPAA.
Remarks
The values are based on the EnTvRat_GenericLevel enumeration values.
See Also