Uses of Enum Class
org.webrtc.PeerConnection.AdapterType
-
Uses of PeerConnection.AdapterType in org.webrtc
Modifier and TypeFieldDescriptionIceCandidate.adapterType
PeerConnection.RTCConfiguration.networkPreference
Modifier and TypeFieldDescriptionprivate static final Map<Integer,
PeerConnection.AdapterType> PeerConnection.AdapterType.BY_BITMASK
Modifier and TypeMethodDescription(package private) static PeerConnection.AdapterType
PeerConnection.AdapterType.fromNativeIndex
(int nativeIndex) (package private) PeerConnection.AdapterType
PeerConnection.RTCConfiguration.getNetworkPreference()
static PeerConnection.AdapterType
Returns the enum constant of this class with the specified name.static PeerConnection.AdapterType[]
PeerConnection.AdapterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescription(package private)
IceCandidate
(String sdpMid, int sdpMLineIndex, String sdp, String serverUrl, PeerConnection.AdapterType adapterType)