Uses of Enum Class
org.webrtc.SessionDescription.Type
Packages that use SessionDescription.Type
-
Uses of SessionDescription.Type in org.webrtc
Fields in org.webrtc declared as SessionDescription.TypeMethods in org.webrtc that return SessionDescription.TypeModifier and TypeMethodDescriptionstatic SessionDescription.Type
SessionDescription.Type.fromCanonicalForm
(String canonical) static SessionDescription.Type
Returns the enum constant of this class with the specified name.static SessionDescription.Type[]
SessionDescription.Type.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 SessionDescription.TypeModifierConstructorDescriptionSessionDescription
(SessionDescription.Type type, String description)