LeviLamina
Loading...
Searching...
No Matches
NetherNet::PeerConnectionObserver Class Reference
+ Inheritance diagram for NetherNet::PeerConnectionObserver:

Public Member Functions

PeerConnectionObserveroperator= (PeerConnectionObserver const &)
 
 PeerConnectionObserver (PeerConnectionObserver const &)
 
virtual void OnStatsDelivered (::webrtc::scoped_refptr<::webrtc::RTCStatsReport const > const &report)
 
virtual void OnSignalingChange (::webrtc::PeerConnectionInterface::SignalingState)
 
virtual void OnDataChannel (::webrtc::scoped_refptr<::webrtc::DataChannelInterface > dataChannel)
 
virtual void OnIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState newState)
 
virtual void OnIceGatheringChange (::webrtc::PeerConnectionInterface::IceGatheringState new_state)
 
virtual void OnIceCandidate (::webrtc::IceCandidateInterface const *candidate)
 
virtual void OnIceCandidateError (::std::string const &address, int port, ::std::string const &url, int errorCode, ::std::string const &errorMessage)
 
MCAPI PeerConnectionObserver ()
 
MCAPI void * $ctor ()
 
MCAPI void $OnStatsDelivered (::webrtc::scoped_refptr<::webrtc::RTCStatsReport const > const &report)
 
MCAPI void $OnSignalingChange (::webrtc::PeerConnectionInterface::SignalingState)
 
MCAPI void $OnDataChannel (::webrtc::scoped_refptr<::webrtc::DataChannelInterface > dataChannel)
 
MCAPI void $OnIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState newState)
 
MCAPI void $OnIceGatheringChange (::webrtc::PeerConnectionInterface::IceGatheringState new_state)
 
MCAPI void $OnIceCandidate (::webrtc::IceCandidateInterface const *candidate)
 
MCAPI void $OnIceCandidateError (::std::string const &address, int port, ::std::string const &url, int errorCode, ::std::string const &errorMessage)
 
virtual void OnAddStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface >)
 
virtual void OnRemoveStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface >)
 
virtual void OnRenegotiationNeeded ()
 
virtual void OnNegotiationNeededEvent (uint)
 
virtual void OnStandardizedIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState)
 
virtual void OnConnectionChange (::webrtc::PeerConnectionInterface::PeerConnectionState)
 
virtual void OnIceCandidatesRemoved (::std::vector<::cricket::Candidate > const &candidates)
 
virtual void OnIceConnectionReceivingChange (bool)
 
virtual void OnIceSelectedCandidatePairChanged (::cricket::CandidatePairChangeEvent const &)
 
virtual void OnAddTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface >, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const &)
 
virtual void OnTrack (::webrtc::scoped_refptr<::webrtc::RtpTransceiverInterface >)
 
virtual void OnRemoveTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface >)
 
virtual void OnInterestingUsage (int)
 

Static Public Member Functions

static MCAPI void ** $vftableForPeerConnectionObserver ()
 
static MCAPI void ** $vftableForRefCountedObject ()
 

Public Attributes

::ll::UntypedStorage< 8, 128 > mUnk6a5098
 
::ll::UntypedStorage< 8, 128 > mUnkcbbbae
 
::ll::UntypedStorage< 8, 128 > mUnk72f583
 
::ll::UntypedStorage< 8, 128 > mUnk29cbfb
 
::ll::UntypedStorage< 8, 128 > mUnk7ff481
 
::ll::UntypedStorage< 8, 128 > mUnk674fc0
 

Constructor & Destructor Documentation

◆ ~PeerConnectionObserver()

virtual NetherNet::PeerConnectionObserver::~PeerConnectionObserver ( )
virtualdefault

Reimplemented from webrtc::PeerConnectionObserver.

◆ PeerConnectionObserver()

MCAPI NetherNet::PeerConnectionObserver::PeerConnectionObserver ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ OnSignalingChange()

virtual void NetherNet::PeerConnectionObserver::OnSignalingChange ( ::webrtc::PeerConnectionInterface::SignalingState )
virtual

◆ OnDataChannel()

virtual void NetherNet::PeerConnectionObserver::OnDataChannel ( ::webrtc::scoped_refptr<::webrtc::DataChannelInterface > dataChannel)
virtual

◆ OnIceConnectionChange()

virtual void NetherNet::PeerConnectionObserver::OnIceConnectionChange ( ::webrtc::PeerConnectionInterface::IceConnectionState newState)
virtual

Reimplemented from webrtc::PeerConnectionObserver.

◆ OnIceGatheringChange()

virtual void NetherNet::PeerConnectionObserver::OnIceGatheringChange ( ::webrtc::PeerConnectionInterface::IceGatheringState new_state)
virtual

◆ OnIceCandidate()

virtual void NetherNet::PeerConnectionObserver::OnIceCandidate ( ::webrtc::IceCandidateInterface const * candidate)
virtual

◆ OnIceCandidateError()

virtual void NetherNet::PeerConnectionObserver::OnIceCandidateError ( ::std::string const & address,
int port,
::std::string const & url,
int errorCode,
::std::string const & errorMessage )
virtual

Reimplemented from webrtc::PeerConnectionObserver.

◆ $ctor()

MCAPI void * NetherNet::PeerConnectionObserver::$ctor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnStatsDelivered()

MCAPI void NetherNet::PeerConnectionObserver::$OnStatsDelivered ( ::webrtc::scoped_refptr<::webrtc::RTCStatsReport const > const & report)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnSignalingChange()

MCAPI void NetherNet::PeerConnectionObserver::$OnSignalingChange ( ::webrtc::PeerConnectionInterface::SignalingState )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnDataChannel()

MCAPI void NetherNet::PeerConnectionObserver::$OnDataChannel ( ::webrtc::scoped_refptr<::webrtc::DataChannelInterface > dataChannel)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnIceConnectionChange()

MCAPI void NetherNet::PeerConnectionObserver::$OnIceConnectionChange ( ::webrtc::PeerConnectionInterface::IceConnectionState newState)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnIceGatheringChange()

MCAPI void NetherNet::PeerConnectionObserver::$OnIceGatheringChange ( ::webrtc::PeerConnectionInterface::IceGatheringState new_state)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnIceCandidate()

MCAPI void NetherNet::PeerConnectionObserver::$OnIceCandidate ( ::webrtc::IceCandidateInterface const * candidate)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnIceCandidateError()

MCAPI void NetherNet::PeerConnectionObserver::$OnIceCandidateError ( ::std::string const & address,
int port,
::std::string const & url,
int errorCode,
::std::string const & errorMessage )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForPeerConnectionObserver()

static MCAPI void ** NetherNet::PeerConnectionObserver::$vftableForPeerConnectionObserver ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForRefCountedObject()

static MCAPI void ** NetherNet::PeerConnectionObserver::$vftableForRefCountedObject ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: