|
Agora Java API Reference for Android
|
Defines the types of network paths used in multipath transmission. More...
Public Member Functions | |
| int | getValue () |
Static Public Member Functions | |
| static MultipathType | fromInt (int v) |
Public Attributes | |
| MULTIPATH_TYPE_LAN =(0) | |
| MULTIPATH_TYPE_WIFI =(1) | |
| MULTIPATH_TYPE_MOBILE =(2) | |
| MULTIPATH_TYPE_UNKNOWN =(99) | |
Defines the types of network paths used in multipath transmission.
| io.agora.rtc2.Constants.MultipathType.MULTIPATH_TYPE_LAN =(0) |
0: LAN type, indicating that the data is transmitted over a local area network. This type is typically used for high-speed, low-latency connections.
| io.agora.rtc2.Constants.MultipathType.MULTIPATH_TYPE_WIFI =(1) |
1: WIFI type, indicating that the data is transmitted over a Wi-Fi network. This type is suitable for wireless connections with moderate latency.
| io.agora.rtc2.Constants.MultipathType.MULTIPATH_TYPE_MOBILE =(2) |
2: Mobile type, indicating that the data is transmitted over a mobile network. This type is used for connections that may have higher latency and variability.
| io.agora.rtc2.Constants.MultipathType.MULTIPATH_TYPE_UNKNOWN =(99) |
99: Unknown type, indicating that the path type is not recognized. This type can be used for error handling or fallback scenarios.
1.8.18