catvfrRating property

String? catvfrRating
getter/setter pair

The video's rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian French-language broadcasts.

For more information, see the Canadian Broadcast Standards Council website. Possible string values are:

  • "catvfrUnspecified"
  • "catvfrG" : G
  • "catvfr8plus" : 8+
  • "catvfr13plus" : 13+
  • "catvfr16plus" : 16+
  • "catvfr18plus" : 18+
  • "catvfrUnrated"
  • "catvfrE"

Implementation

core.String? catvfrRating;