webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Public Attributes | List of all members
org.webrtc.SessionDescription Class Reference

Classes

enum  Type
 

Public Member Functions

 SessionDescription (Type type, String description)
 

Public Attributes

final Type type
 
final String description
 

Detailed Description

Description of an RFC 4566 Session. SDPs are passed as serialized Strings in Java-land and are materialized to SessionDescriptionInterface as appropriate in the JNI layer.

Constructor & Destructor Documentation

◆ SessionDescription()

org.webrtc.SessionDescription.SessionDescription ( Type  type,
String  description 
)
inline

Member Data Documentation

◆ description

final String org.webrtc.SessionDescription.description

◆ type

final Type org.webrtc.SessionDescription.type

The documentation for this class was generated from the following file: