AudioLanguageSelection class

Audio Language Selection

Constructors

AudioLanguageSelection({required String languageCode, AudioLanguageSelectionPolicy? languageSelectionPolicy})
AudioLanguageSelection.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
languageCode String
Selects a specific three-letter language code from within an audio source.
final
languageSelectionPolicy AudioLanguageSelectionPolicy?
When set to "strict", the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present then mute will be encoded until the language returns. If "loose", then on a PMT update the demux will choose another audio stream in the program with the same stream type if it can't find one with the same 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