trackType property
Type of the track: "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;