ZegoAudioRoute enum
音频路由
- Inheritance
-
- Object
- Enum
- ZegoAudioRoute
Constructors
- ZegoAudioRoute()
-
const
Values
- Speaker → const ZegoAudioRoute
-
扬声器
- Headphone → const ZegoAudioRoute
-
耳机
- Bluetooth → const ZegoAudioRoute
-
蓝牙设备
- Receiver → const ZegoAudioRoute
-
听筒
- ExternalUSB → const ZegoAudioRoute
-
USB 音频外接设备
- AirPlay → const ZegoAudioRoute
-
Apple 隔空播放
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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<
ZegoAudioRoute> -
A constant List of the values in this enum, in order of their declaration.
[Speaker, Headphone, Bluetooth, Receiver, ExternalUSB, AirPlay]