audioTrackType property

String? audioTrackType
getter/setter pair

The type of audio track associated with the caption track. Possible string values are:

  • "unknown"
  • "primary"
  • "commentary"
  • "descriptive"

Implementation

core.String? audioTrackType;