AudioTrack class
Constructors
- AudioTrack(String id, String? title, String? language, [bool uri = false])
-
AudioTrack
const
- AudioTrack.auto()
-
Default audio track. Selects the first audio track.
factory
- AudioTrack.no()
-
No audio track. Disables audio output.
factory
- AudioTrack.uri(String uri, {String? title, String? language})
-
AudioTrack loaded with URI.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String - A string representation of this object.
Operators
-
operator ==(
Object other) → bool - The equality operator.