3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/DtlsTransportState.h"
7#include "mc/external/webrtc/SctpTransportState.h"
8#include "mc/external/webrtc/scoped_refptr.h"
12namespace cricket {
class DtlsTransportInternal; }
13namespace cricket {
class SctpTransportInternal; }
14namespace webrtc {
class DtlsTransport; }
34 ::std::unique_ptr<::cricket::SctpTransportInternal>,
38 MCNAPI
void Start(
int,
int,
int);
Definition DtlsTransportInternal.h:7
Definition SctpTransport.h:19
MCAPI void OnDtlsStateChange(::cricket::DtlsTransportInternal *, ::webrtc::DtlsTransportState)
static MCAPI void ** $vftableForDataChannelTransportInterface()
MCAPI void OnAssociationChangeCommunicationUp()
MCAPI void Start(int, int, int)
static MCAPI void ** $vftableForSctpTransportInterface()
MCAPI SctpTransport(::std::unique_ptr<::cricket::SctpTransportInternal >, ::webrtc::scoped_refptr<::webrtc::DtlsTransport >)
MCAPI void * $ctor(::std::unique_ptr<::cricket::SctpTransportInternal >, ::webrtc::scoped_refptr<::webrtc::DtlsTransport >)
MCAPI void UpdateInformation(::webrtc::SctpTransportState)
Definition scoped_refptr.h:8