webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
webrtc_jni::SdpObserverWrapper< T > Class Template Reference
Inheritance diagram for webrtc_jni::SdpObserverWrapper< T >:

Public Member Functions

 SdpObserverWrapper (JNIEnv *jni, jobject j_observer, ConstraintsWrapper *constraints)
 
virtual ~SdpObserverWrapper ()
 
virtual void OnSuccess ()
 
virtual void OnSuccess (SessionDescriptionInterface *desc)
 

Protected Member Functions

void DoOnFailure (const std::string &op, const std::string &error)
 
JNIEnv * jni ()
 

Constructor & Destructor Documentation

◆ SdpObserverWrapper()

template<class T>
webrtc_jni::SdpObserverWrapper< T >::SdpObserverWrapper ( JNIEnv *  jni,
jobject  j_observer,
ConstraintsWrapper constraints 
)
inline

◆ ~SdpObserverWrapper()

template<class T>
virtual webrtc_jni::SdpObserverWrapper< T >::~SdpObserverWrapper ( )
inlinevirtual

Member Function Documentation

◆ DoOnFailure()

template<class T>
void webrtc_jni::SdpObserverWrapper< T >::DoOnFailure ( const std::string op,
const std::string error 
)
inlineprotected

◆ jni()

template<class T>
JNIEnv* webrtc_jni::SdpObserverWrapper< T >::jni ( )
inlineprotected

◆ OnSuccess() [1/2]

template<class T>
virtual void webrtc_jni::SdpObserverWrapper< T >::OnSuccess ( )
inlinevirtual

◆ OnSuccess() [2/2]

template<class T>
virtual void webrtc_jni::SdpObserverWrapper< T >::OnSuccess ( SessionDescriptionInterface desc)
inlinevirtual

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