AudioDescription class
Audio Description
Constructors
- AudioDescription({required String audioSelectorName, required String name, AudioNormalizationSettings? audioNormalizationSettings, AudioType? audioType, AudioDescriptionAudioTypeControl? audioTypeControl, AudioCodecSettings? codecSettings, String? languageCode, AudioDescriptionLanguageCodeControl? languageCodeControl, RemixSettings? remixSettings, String? streamName})
-
AudioDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audioNormalizationSettings → AudioNormalizationSettings?
-
Advanced audio normalization settings.
final
- audioSelectorName → String
-
The name of the AudioSelector used as the source for this AudioDescription.
final
- audioType → AudioType?
-
Applies only if audioTypeControl is useConfigured. The values for audioType
are defined in ISO-IEC 13818-1.
final
- audioTypeControl → AudioDescriptionAudioTypeControl?
-
Determines how audio type is determined.
followInput: If the input contains an ISO 639 audioType, then that value is
passed through to the output. If the input contains no ISO 639 audioType,
the value in Audio Type is included in the output.
useConfigured: The value in Audio Type is included in the output.
Note that this field and audioType are both ignored if inputType is
broadcasterMixedAd.
final
- codecSettings → AudioCodecSettings?
-
Audio codec settings.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode → String?
-
RFC 5646 language code representing the language of the audio output track.
Only used if languageControlMode is useConfigured, or there is no ISO 639
language code specified in the input.
final
- languageCodeControl → AudioDescriptionLanguageCodeControl?
-
Choosing followInput will cause the ISO 639 language code of the output to
follow the ISO 639 language code of the input. The languageCode will be used
when useConfigured is set, or when followInput is selected but there is no
ISO 639 language code specified by the input.
final
- name → String
-
The name of this AudioDescription. Outputs will use this name to uniquely
identify this AudioDescription. Description names should be unique within
this Live Event.
final
- remixSettings → RemixSettings?
-
Settings that control how input audio channels are remixed into the output
audio channels.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamName → String?
-
Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by
the player (eg. English, or Director Commentary).
final
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