webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::CreateSessionDescriptionObserverAdapter Class Reference
Inheritance diagram for webrtc::CreateSessionDescriptionObserverAdapter:
webrtc::CreateSessionDescriptionObserver rtc::RefCountInterface rtc::RefCountInterface

Public Member Functions

 CreateSessionDescriptionObserverAdapter (void(^ completionHandler)(RTCSessionDescription *sessionDescription, NSError *error))
 
 ~CreateSessionDescriptionObserverAdapter ()
 
void OnSuccess (SessionDescriptionInterface *desc) override
 
void OnFailure (const std::string &error) override
 
- Public Member Functions inherited from rtc::RefCountInterface
virtual int AddRef () const =0
 
virtual int Release () const =0
 
virtual int AddRef () const =0
 
virtual int Release () const =0
 

Additional Inherited Members

- Protected Member Functions inherited from webrtc::CreateSessionDescriptionObserver
 ~CreateSessionDescriptionObserver ()
 
 ~CreateSessionDescriptionObserver ()
 
- Protected Member Functions inherited from rtc::RefCountInterface
virtual ~RefCountInterface ()
 
virtual ~RefCountInterface ()
 

Constructor & Destructor Documentation

◆ CreateSessionDescriptionObserverAdapter()

webrtc::CreateSessionDescriptionObserverAdapter::CreateSessionDescriptionObserverAdapter ( void(^)(RTCSessionDescription *sessionDescription, NSError *error completionHandler)
inline

◆ ~CreateSessionDescriptionObserverAdapter()

webrtc::CreateSessionDescriptionObserverAdapter::~CreateSessionDescriptionObserverAdapter ( )
inline

Member Function Documentation

◆ OnFailure()

void webrtc::CreateSessionDescriptionObserverAdapter::OnFailure ( const std::string error)
inlineoverridevirtual

◆ OnSuccess()

void webrtc::CreateSessionDescriptionObserverAdapter::OnSuccess ( SessionDescriptionInterface desc)
inlineoverridevirtual

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