TXAudioRoute enum
Audio route (the route via which audio is played)
Constructors
- TXAudioRoute()
-
const
Values
- speakerPhone → const TXAudioRoute
-
- Speakerphone: the speaker at the bottom is used for playback (hands-free). With relatively high volume, it is used to play music out loud.
- earpiece → const TXAudioRoute
-
- Earpiece: the receiver at the top is used for playback. With relatively low volume, it is suitable for call scenarios that require privacy.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TXAudioRoute> - A constant List of the values in this enum, in order of their declaration.