3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/sigslot/has_slots.h"
7#include "mc/external/sigslot/single_threaded.h"
13namespace rtc {
class Thread; }
36 Config& operator=(Config
const&);
37 Config(Config
const&);
53 BasicRegatheringController& operator=(BasicRegatheringController
const&);
54 BasicRegatheringController(BasicRegatheringController
const&);
55 BasicRegatheringController();
60 virtual ~BasicRegatheringController() =
default;
Definition IceTransportInternal.h:26
Definition PacketTransportInternal.h:20
MCAPI void SetConfig(::webrtc::BasicRegatheringController::Config const &config)
MCAPI void OnIceTransportNetworkRouteChanged(::std::optional<::rtc::NetworkRoute >)
MCAPI void OnIceTransportWritableState(::rtc::PacketTransportInternal *)
MCAPI void OnIceTransportStateChanged(::cricket::IceTransportInternal *)
MCAPI BasicRegatheringController(::webrtc::BasicRegatheringController::Config const &config, ::cricket::IceTransportInternal *ice_transport, ::rtc::Thread *thread)
MCAPI void * $ctor(::webrtc::BasicRegatheringController::Config const &config, ::cricket::IceTransportInternal *ice_transport, ::rtc::Thread *thread)
MCAPI void OnIceTransportReceivingState(::rtc::PacketTransportInternal *)
MCAPI void ScheduleRecurringRegatheringOnFailedNetworks()
static MCAPI void ** $vftable()
Definition NetworkRoute.h:7
Definition BasicRegatheringController.h:27