Share via


BfEnTvRat_Attributes_MPAA

 
Microsoft DirectShow 9.0

BfEnTvRat_Attributes_MPAA

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

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.

Requirements

Header: Tvratings.h.

See Also