AudioTrack class

AudioTrack

An audio available in Media. This may be selected for output in Player.

Constructors

AudioTrack(String id, String? title, String? language)
AudioTrack
const
AudioTrack.auto()
Default audio track. Selects the first audio track.
factory
AudioTrack.no()
No audio track. Disables audio output.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
language String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
finalinherited

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.
inherited