trackType property

  1. @JsonKey(name: 'TrackType', fromJson: _trackType)
TrackType trackType
final

Type of the track. It shall be equal to the strings “Video”, “Audio” or “Metadata”. The track shall only be able to hold data of that type.

  • enum { 'Video', 'Audio', 'Metadata', 'Extended' }

Implementation

@JsonKey(name: 'TrackType', fromJson: _trackType)
final TrackType trackType;