GoogleCastMediaTrack constructor
GoogleCastMediaTrack({
- Map<
String, dynamic> ? customData, - RFC5646_LANGUAGE? language,
- String? name,
- TextTrackType? subtype,
- String? trackContentId,
- required String trackContentType,
- required int trackId,
- required TrackType type,
Implementation
GoogleCastMediaTrack({
this.customData,
this.language,
this.name,
this.subtype,
this.trackContentId,
required this.trackContentType,
required this.trackId,
required this.type,
});