Share via


EnTvRat_CAF_TV

 
Microsoft DirectShow 9.0

EnTvRat_CAF_TV

This topic applies to Windows XP Service Pack 1 or later.

The EnTvRat_CAF_TV enumeration type specifies a rating level for French-Canadian television.

Syntax

typedef enum {
  CAF_TV_Exempt     = TvRat_0,
  CAF_TV_G          = TvRat_1,
  CAF_TV_8          = TvRat_2,
  CAF_TV_13         = TvRat_3,
  CAF_TV_16         = TvRat_4,
  CAF_TV_18         = TvRat_5,
  CAF_TV_Reserved6  = TvRat_6,
  CAF_TV_Reserved   = TvRat_7
} EnTvRat_CAF_TV;

Members

CAF_TV_Exempt

E — Exempt?es.

CAF_TV_G

G — G?n?ral.

CAF_TV_8

8 ans+ — G?n?ral-D?conseill? aux jeunes enfants.

CAF_TV_13

13 ans+ — Cette ?mission peut ne pas convenir aux enfants de moins de 13 ans.

CAF_TV_16

16 ans+ — Cette ?mission ne convient pas aux moins de 16 ans.

CAF_TV_18

18 ans+ — Cette ?mission est r?serv?e aux adultes.

CAF_TV_Reserved6

Not currently used.

CAF_TV_Reserved

Not currently used.

Remarks

The values are based on the EnTvRat_GenericLevel enumeration values.

Requirements

Header: Tvratings.h.

See Also