3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/BasicPacketSocketFactory.h"
10namespace rtc {
class AsyncPacketSocket; }
11namespace rtc {
class SocketAddress; }
12namespace webrtc {
class AsyncDnsResolverInterface; }
39 virtual ::std::shared_ptr<::rtc::AsyncPacketSocket>
43 virtual ::std::unique_ptr<::webrtc::AsyncDnsResolverInterface> CreateAsyncDnsResolver() ;
49 MCNAPI ::std::shared_ptr<::rtc::AsyncPacketSocket>
Definition PacketSocketFactory.h:17
static MCAPI void ** $vftable()
MCAPI ::std::unique_ptr<::webrtc::AsyncDnsResolverInterface > $CreateAsyncDnsResolver()
MCAPI ::std::shared_ptr<::rtc::AsyncPacketSocket > $CreateGlobalUdpSocket(::rtc::SocketAddress const &address, ushort minPort, ushort maxPort)
Definition BasicPacketSocketFactory.h:22
Definition SocketAddress.h:12