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.adapterTypePeerConnection.RTCConfiguration.networkPreferenceFields in org.webrtc with type parameters of type PeerConnection.AdapterTypeModifier and TypeFieldDescriptionprivate static final Map<Integer,PeerConnection.AdapterType> PeerConnection.AdapterType.BY_BITMASKMethods in org.webrtc that return PeerConnection.AdapterTypeModifier and TypeMethodDescription(package private) static PeerConnection.AdapterTypePeerConnection.AdapterType.fromNativeIndex(int nativeIndex) (package private) PeerConnection.AdapterTypePeerConnection.RTCConfiguration.getNetworkPreference()static PeerConnection.AdapterTypeReturns 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)