3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RefCountInterface.h"
7#include "mc/external/webrtc/scoped_refptr.h"
11namespace webrtc {
class DtlsTransportInformation; }
12namespace webrtc {
class DtlsTransportObserverInterface; }
13namespace webrtc {
class IceTransportInterface; }
23 virtual ::webrtc::scoped_refptr<::webrtc::IceTransportInterface> ice_transport() = 0;
26 virtual ::webrtc::DtlsTransportInformation Information() = 0;
32 virtual void UnregisterObserver() = 0;
Definition DtlsTransportInterface.h:18
Definition DtlsTransportObserverInterface.h:13
Definition RefCountInterface.h:10