MultiAudioSupport mixin

Use with Video widget for Android only to add multi audio support for HLS manifest. Use setPreferredAudioLanguage to set/change language for the currently playing asset.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enableMultiAudioSupport(int viewId) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPreferredAudioLanguage(String languageCode) → void
Set/Change audio language for currently playing asset. languageCode is based on ISO_639_2 language codes. Please see lib/multiaudio/ISO_639_2_LanguageCode.dart
toString() String
A string representation of this object.
inherited

Operators

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