DvbParentalRatingParam structure (bdamedia.h)

This topic describes the DvbParentalRatingParam structure.

Syntax

typedef struct {
  CHAR szCountryCode[4];
  BYTE bRating;
} DvbParentalRatingParam;

Members

szCountryCode[4]

Defines the CHAR member szCountryCode.

bRating

Defines the BYTE member bRating.

Requirements

Requirement Value
Header bdamedia.h (include Bdamedia.h)