CaptionLanguageMapping class

Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.

Constructors

CaptionLanguageMapping({required int captionChannel, required String languageCode, required String languageDescription})
CaptionLanguageMapping.fromJson(Map<String, dynamic> json)
factory

Properties

captionChannel int
The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)
final
hashCode int
The hash code for this object.
no setterinherited
languageCode String
Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
final
languageDescription String
Textual description of language
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited