acbRating property

String? acbRating
getter/setter pair

The video's Australian Classification Board (ACB) or Australian Communications and Media Authority (ACMA) rating.

ACMA ratings are used to classify children's television programming. Possible string values are:

  • "acbUnspecified"
  • "acbE" : E
  • "acbP" : Programs that have been given a P classification by the Australian Communications and Media Authority. These programs are intended for preschool children.
  • "acbC" : Programs that have been given a C classification by the Australian Communications and Media Authority. These programs are intended for children (other than preschool children) who are younger than 14 years of age.
  • "acbG" : G
  • "acbPg" : PG
  • "acbM" : M
  • "acbMa15plus" : MA15+
  • "acbR18plus" : R18+
  • "acbUnrated"

Implementation

core.String? acbRating;