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 | 
BfEnTvRat_Attributes_CAE_TV
This topic applies to Windows XP Service Pack 1 or later.
The BfEnTvRat_Attributes_CAE_TV enumeration type specifies content rating attributes in the English-Canadian television system.
Syntax
typedef enum {
  CAE_IsBlocked  = BfIsBlocked,
  CAE_ValidAttrSubmask  = 1
} BfEnTvRat_Attributes_CAE_TV;
Elements
CAE_IsBlocked
Block playback.
CAE_ValidAttrSubmask
A bitmask of all valid attribute bits for the English-Canadian language rating system.
Remarks
This enumeration type maps BfEnTvRat_GenericAttributes flags to the English-Canadian television system. The only valid flag is CAE_IsBlocked.
Requirements
Header: Tvratings.h.
See Also