Uses of Enum Class
org.webrtc.PeerConnection.AdapterType
Packages that use PeerConnection.AdapterType
-
Uses of PeerConnection.AdapterType in org.webrtc
Fields in org.webrtc declared as PeerConnection.AdapterTypeModifier and TypeFieldDescriptionIceCandidate.adapterType
PeerConnection.RTCConfiguration.networkPreference
Fields in org.webrtc with type parameters of type PeerConnection.AdapterTypeModifier and TypeFieldDescriptionprivate static final Map<Integer,
PeerConnection.AdapterType> PeerConnection.AdapterType.BY_BITMASK
Methods in org.webrtc that return PeerConnection.AdapterTypeModifier 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.Constructors in org.webrtc with parameters of type PeerConnection.AdapterTypeModifierConstructorDescription(package private)
IceCandidate
(String sdpMid, int sdpMLineIndex, String sdp, String serverUrl, PeerConnection.AdapterType adapterType)