HlsCaptionLanguageMapping class

Caption Language Mapping

Constructors

HlsCaptionLanguageMapping({int? captionChannel, String? customLanguageCode, LanguageCode? languageCode, String? languageDescription})
HlsCaptionLanguageMapping.fromJson(Map<String, dynamic> json)
factory

Properties

captionChannel int?
Caption channel.
final
customLanguageCode String?
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code
final
hashCode int
The hash code for this object.
no setterinherited
languageCode LanguageCode?
Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.
final
languageDescription String?
Caption language description.
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