3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/nether_net/ContextProxy.h"
7#include "mc/deps/nether_net/ESessionError.h"
8#include "mc/external/rtc/RefCountedObject.h"
9#include "mc/external/webrtc/CreateSessionDescriptionObserver.h"
10#include "mc/external/webrtc/RTCErrorOr.h"
11#include "mc/external/webrtc/SetLocalDescriptionObserverInterface.h"
12#include "mc/external/webrtc/SetRemoteDescriptionObserverInterface.h"
13#include "mc/external/webrtc/scoped_refptr.h"
14#include "mc/platform/brstd/move_only_function.h"
18namespace NetherNet {
class CandidateAdd; }
19namespace NetherNet {
class ConnectError; }
20namespace NetherNet {
class ConnectRequest; }
21namespace NetherNet {
class ConnectResponse; }
22namespace NetherNet {
class PeerConnectionObserver; }
23namespace webrtc {
class PeerConnectionFactory; }
24namespace webrtc {
class RTCError; }
25namespace webrtc {
class SessionDescriptionInterface; }
182 virtual ::NetherNet::ESessionError checkTimeout(::std::chrono::seconds)
const;
244 MCNAPI ::NetherNet::ESessionError
$checkTimeout(::std::chrono::seconds)
const;
Definition CandidateAdd.h:7
Definition ConnectError.h:7
Definition ConnectRequest.h:12
Definition ConnectResponse.h:12
Definition ContextProxy.h:18
Definition PeerConnectionNegotiator.h:30
MCAPI::NetherNet::ESessionError $checkTimeout(::std::chrono::seconds) const
MCAPI void $onRemoteError(::NetherNet::ConnectError const &)
MCAPI void $onRemoteAnswer(::NetherNet::ConnectResponse const &)
MCAPI PeerConnectionNegotiator(::NetherNet::ContextProxy const &ctx, ::webrtc::scoped_refptr<::webrtc::PeerConnectionFactory > factory, ::webrtc::scoped_refptr<::NetherNet::PeerConnectionObserver > observer, ::brstd::move_only_function< void(::std::variant< ::NetherNet::ConnectRequest, ::NetherNet::ConnectResponse, ::NetherNet::ConnectError, ::NetherNet::CandidateAdd > const &) const > sendMessage, uint64 sessionId)
MCAPI void * $ctor(::NetherNet::ContextProxy const &ctx, ::webrtc::scoped_refptr<::webrtc::PeerConnectionFactory > factory, ::webrtc::scoped_refptr<::NetherNet::PeerConnectionObserver > observer, ::brstd::move_only_function< void(::std::variant< ::NetherNet::ConnectRequest, ::NetherNet::ConnectResponse, ::NetherNet::ConnectError, ::NetherNet::CandidateAdd > const &) const > sendMessage, uint64 sessionId)
static MCAPI void ** $vftable()
Definition move_only_function.h:9
Definition RefCountedObject.h:8
Definition RTCErrorOr.h:8
Definition SessionDescriptionInterface.h:18
Definition scoped_refptr.h:8
Definition PeerConnectionNegotiator.h:114
static MCAPI void ** $vftable()
MCAPI void $OnFailure(::webrtc::RTCError error)
MCAPI void $OnSuccess(::webrtc::SessionDescriptionInterface *description)
Definition PeerConnectionNegotiator.h:41
MCAPI void $OnSetLocalDescriptionComplete(::webrtc::RTCError result)
static MCAPI void ** $vftable()
Definition PeerConnectionNegotiator.h:78
static MCAPI void ** $vftable()
MCAPI void $OnSetRemoteDescriptionComplete(::webrtc::RTCError result)