Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
EnTvRat_US_TV
This topic applies to Windows XP Service Pack 1 or later.
The EnTvRat_US_TV enumeration type specifies rating levels in the US television rating system.
Syntax
typedef enum {
US_TV_None = TvRat_0,
US_TV_Y = TvRat_1,
US_TV_Y7 = TvRat_2,
US_TV_G = TvRat_3,
US_TV_PG = TvRat_4,
US_TV_14 = TvRat_5,
US_TV_MA = TvRat_6,
US_TV_None7 = TvRat_7
} EnTvRat_US_TV;
Members
US_TV_None
No rating level used.
US_TV_Y
TVY — All children.
US_TV_Y7
TVY7 — Directed to older children.
US_TV_G
TVG — General audience.
US_TV_PG
TVPG — Parental guidance suggested.
US_TV_14
TV14 — Parents strongly cautioned.
US_TV_MA
TVMA — Mature audience only.
US_TV_None7
Not currently used.
Requirements
Header: Tvratings.h.
See Also