3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/IceTransportFactory.h"
7#include "mc/external/webrtc/scoped_refptr.h"
11namespace webrtc {
class IceTransportInterface; }
12namespace webrtc {
struct IceTransportInit; }
25 virtual ::webrtc::scoped_refptr<::webrtc::IceTransportInterface> CreateIceTransport(
26 ::std::string
const& transport_name,
35 MCNAPI ::webrtc::scoped_refptr<::webrtc::IceTransportInterface>
Definition DefaultIceTransportFactory.h:17
static MCAPI void ** $vftable()
MCAPI ::webrtc::scoped_refptr<::webrtc::IceTransportInterface > $CreateIceTransport(::std::string const &transport_name, int component, ::webrtc::IceTransportInit init)
Definition IceTransportFactory.h:16
Definition IceTransportInit.h:7