Package com.zego.zegoliveroom.constants
Class ZegoConstants.AudioRouteType
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoConstants.AudioRouteType
-
- Enclosing class:
- ZegoConstants
@Deprecated public static final class ZegoConstants.AudioRouteType extends java.lang.Object
Deprecated.音频Route类型.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Bluetooth
Deprecated.蓝牙.static int
EarPhone
Deprecated.耳机.static int
LoudSpeaker
Deprecated.扬声器.
-
Constructor Summary
Constructors Constructor Description AudioRouteType()
Deprecated.
-
-
-
Field Detail
-
LoudSpeaker
public static final int LoudSpeaker
Deprecated.扬声器.- See Also:
- Constant Field Values
-
EarPhone
public static final int EarPhone
Deprecated.耳机.- See Also:
- Constant Field Values
-
Bluetooth
public static final int Bluetooth
Deprecated.蓝牙.- See Also:
- Constant Field Values
-
-