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

Public Member Functions

PeerConnectionObserver & operator= (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 > stream)
virtual void OnRemoveStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > stream)
virtual void OnRenegotiationNeeded ()
virtual void OnNegotiationNeededEvent (uint event_id)
virtual void OnStandardizedIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState new_state)
virtual void OnConnectionChange (::webrtc::PeerConnectionInterface::PeerConnectionState new_state)
virtual void OnIceCandidatesRemoved (::std::vector<::cricket::Candidate > const &candidates)
virtual void OnIceConnectionReceivingChange (bool receiving)
virtual void OnIceSelectedCandidatePairChanged (::cricket::CandidatePairChangeEvent const &event)
virtual void OnAddTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const &streams)
virtual void OnTrack (::webrtc::scoped_refptr<::webrtc::RtpTransceiverInterface > transceiver)
virtual void OnRemoveTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver)
virtual void OnInterestingUsage (int usage_pattern)
MCAPI void $OnAddStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > stream)
MCAPI void $OnRemoveStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > stream)
MCAPI void $OnRenegotiationNeeded ()
MCAPI void $OnNegotiationNeededEvent (uint event_id)
MCAPI void $OnStandardizedIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState new_state)
MCAPI void $OnConnectionChange (::webrtc::PeerConnectionInterface::PeerConnectionState new_state)
MCAPI void $OnIceCandidatesRemoved (::std::vector<::cricket::Candidate > const &candidates)
MCAPI void $OnIceConnectionReceivingChange (bool receiving)
MCAPI void $OnIceSelectedCandidatePairChanged (::cricket::CandidatePairChangeEvent const &event)
MCAPI void $OnAddTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const &streams)
MCAPI void $OnTrack (::webrtc::scoped_refptr<::webrtc::RtpTransceiverInterface > transceiver)
MCAPI void $OnRemoveTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver)
MCAPI void $OnInterestingUsage (int usage_pattern)

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()

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()

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.

◆ $OnAddStream()

MCAPI void webrtc::PeerConnectionObserver::$OnAddStream ( ::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > stream)
inherited
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.

◆ $OnRemoveStream()

MCAPI void webrtc::PeerConnectionObserver::$OnRemoveStream ( ::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > stream)
inherited
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.

◆ $OnRenegotiationNeeded()

MCAPI void webrtc::PeerConnectionObserver::$OnRenegotiationNeeded ( )
inherited
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.

◆ $OnNegotiationNeededEvent()

MCAPI void webrtc::PeerConnectionObserver::$OnNegotiationNeededEvent ( uint event_id)
inherited
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.

◆ $OnStandardizedIceConnectionChange()

MCAPI void webrtc::PeerConnectionObserver::$OnStandardizedIceConnectionChange ( ::webrtc::PeerConnectionInterface::IceConnectionState new_state)
inherited
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.

◆ $OnConnectionChange()

MCAPI void webrtc::PeerConnectionObserver::$OnConnectionChange ( ::webrtc::PeerConnectionInterface::PeerConnectionState new_state)
inherited
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.

◆ $OnIceCandidatesRemoved()

MCAPI void webrtc::PeerConnectionObserver::$OnIceCandidatesRemoved ( ::std::vector<::cricket::Candidate > const & candidates)
inherited
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.

◆ $OnIceConnectionReceivingChange()

MCAPI void webrtc::PeerConnectionObserver::$OnIceConnectionReceivingChange ( bool receiving)
inherited
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.

◆ $OnIceSelectedCandidatePairChanged()

MCAPI void webrtc::PeerConnectionObserver::$OnIceSelectedCandidatePairChanged ( ::cricket::CandidatePairChangeEvent const & event)
inherited
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.

◆ $OnAddTrack()

MCAPI void webrtc::PeerConnectionObserver::$OnAddTrack ( ::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver,
::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const & streams )
inherited
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.

◆ $OnTrack()

MCAPI void webrtc::PeerConnectionObserver::$OnTrack ( ::webrtc::scoped_refptr<::webrtc::RtpTransceiverInterface > transceiver)
inherited
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.

◆ $OnRemoveTrack()

MCAPI void webrtc::PeerConnectionObserver::$OnRemoveTrack ( ::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver)
inherited
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.

◆ $OnInterestingUsage()

MCAPI void webrtc::PeerConnectionObserver::$OnInterestingUsage ( int usage_pattern)
inherited
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: