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