LeviLamina
Loading...
Searching...
No Matches
cricket::UDPPort Class Reference
+ Inheritance diagram for cricket::UDPPort:

Classes

class  AddressResolver
 

Public Types

enum class  State : int { Init = 0 , KeepAliveUntilPruned = 1 , Pruned = 2 }
 
enum class  CandidateOrigin : int { ThisPort = 0 , OtherPort = 1 , Message = 2 }
 

Public Member Functions

UDPPortoperator= (UDPPort const &)
 
 UDPPort (UDPPort const &)
 
virtual void PrepareAddress ()
 
virtual::cricket::Connection * CreateConnection (::cricket::Candidate const &address, ::cricket::PortInterface::CandidateOrigin origin)
 
virtual int SetOption (::rtc::Socket::Option opt, int value)
 
virtual int GetOption (::rtc::Socket::Option opt, int *value)
 
virtual int GetError ()
 
virtual bool HandleIncomingPacket (::rtc::AsyncPacketSocket *socket, ::rtc::ReceivedPacket const &packet)
 
virtual bool SupportsProtocol (::std::string_view protocol) const
 
virtual::cricket::ProtocolType GetProtocol () const
 
virtual void GetStunStats (::std::optional<::cricket::StunStats > *stats)
 
virtual int SendTo (void const *data, uint64 size, ::rtc::SocketAddress const &addr, ::rtc::PacketOptions const &options, bool payload)
 
virtual void UpdateNetworkCost ()
 
virtual::rtc::DiffServCodePoint StunDscpValue () const
 
virtual void PostAddAddress (bool is_final)
 
virtual void OnSentPacket (::rtc::AsyncPacketSocket *socket, ::rtc::SentPacket const &sent_packet)
 
MCAPI bool HasStunCandidateWithAddress (::rtc::SocketAddress const &addr) const
 
MCAPI bool Init ()
 
MCAPI void MaybePrepareStunCandidate ()
 
MCAPI bool MaybeSetDefaultLocalAddress (::rtc::SocketAddress *addr) const
 
MCAPI void MaybeSetPortCompleteOrError ()
 
MCAPI void OnLocalAddressReady (::rtc::AsyncPacketSocket *socket, ::rtc::SocketAddress const &address)
 
MCAPI void OnReadPacket (::rtc::AsyncPacketSocket *socket, ::rtc::ReceivedPacket const &packet)
 
MCAPI void OnReadyToSend (::rtc::AsyncPacketSocket *socket)
 
MCAPI void OnResolveResult (::rtc::SocketAddress const &input, int error)
 
MCAPI void OnSendPacket (void const *data, uint64 size, ::cricket::StunRequest *req)
 
MCAPI void OnStunBindingOrResolveRequestFailed (::rtc::SocketAddress const &stun_server_addr, int error_code, ::std::string_view reason)
 
MCAPI void OnStunBindingRequestSucceeded (int rtt_ms, ::rtc::SocketAddress const &stun_server_addr, ::rtc::SocketAddress const &stun_reflected_addr)
 
MCAPI void ResolveStunAddress (::rtc::SocketAddress const &stun_addr)
 
MCAPI void SendStunBindingRequest (::rtc::SocketAddress const &stun_addr)
 
MCAPI void SendStunBindingRequests ()
 
MCAPI UDPPort (::rtc::Thread *thread, ::webrtc::IceCandidateType type, ::rtc::PacketSocketFactory *factory, ::rtc::Network const *network, ::std::shared_ptr<::rtc::AsyncPacketSocket > socket, ::std::string_view username, ::std::string_view password, bool emit_local_for_anyaddress, ::webrtc::FieldTrialsView const *field_trials)
 
MCAPI UDPPort (::rtc::Thread *thread, ::webrtc::IceCandidateType type, ::rtc::PacketSocketFactory *factory, ::rtc::Network const *network, ushort min_port, ushort max_port, ::std::string_view username, ::std::string_view password, bool emit_local_for_anyaddress, ::webrtc::FieldTrialsView const *field_trials)
 
MCAPI void set_stun_keepalive_delay (::std::optional< int > const &delay)
 
MCAPI void * $ctor (::rtc::Thread *thread, ::webrtc::IceCandidateType type, ::rtc::PacketSocketFactory *factory, ::rtc::Network const *network, ::std::shared_ptr<::rtc::AsyncPacketSocket > socket, ::std::string_view username, ::std::string_view password, bool emit_local_for_anyaddress, ::webrtc::FieldTrialsView const *field_trials)
 
MCAPI void * $ctor (::rtc::Thread *thread, ::webrtc::IceCandidateType type, ::rtc::PacketSocketFactory *factory, ::rtc::Network const *network, ushort min_port, ushort max_port, ::std::string_view username, ::std::string_view password, bool emit_local_for_anyaddress, ::webrtc::FieldTrialsView const *field_trials)
 
MCAPI void $dtor ()
 
MCAPI void $PrepareAddress ()
 
MCAPI::cricket::Connection * $CreateConnection (::cricket::Candidate const &address, ::cricket::PortInterface::CandidateOrigin origin)
 
MCAPI int $SetOption (::rtc::Socket::Option opt, int value)
 
MCAPI int $GetOption (::rtc::Socket::Option opt, int *value)
 
MCAPI int $GetError ()
 
MCAPI bool $HandleIncomingPacket (::rtc::AsyncPacketSocket *socket, ::rtc::ReceivedPacket const &packet)
 
MCAPI bool $SupportsProtocol (::std::string_view protocol) const
 
MCAPI::cricket::ProtocolType $GetProtocol () const
 
MCAPI void $GetStunStats (::std::optional<::cricket::StunStats > *stats)
 
MCAPI int $SendTo (void const *data, uint64 size, ::rtc::SocketAddress const &addr, ::rtc::PacketOptions const &options, bool payload)
 
MCAPI void $UpdateNetworkCost ()
 
MCAPI::rtc::DiffServCodePoint $StunDscpValue () const
 
MCAPI void $PostAddAddress (bool is_final)
 
MCAPI void $OnSentPacket (::rtc::AsyncPacketSocket *socket, ::rtc::SentPacket const &sent_packet)
 
virtual::webrtc::IceCandidateType Type () const
 
virtual::rtc::Network const * Network () const
 
virtual::cricket::IceRole GetIceRole () const
 
virtual void SetIceRole (::cricket::IceRole role)
 
virtual void SetIceTiebreaker (uint64 tiebreaker)
 
virtual uint64 IceTiebreaker () const
 
virtual bool SharedSocket () const
 
virtual::webrtc::TaskQueueBase * thread ()
 
virtual::rtc::PacketSocketFactory * socket_factory () const
 
virtual::std::string const & content_name () const
 
virtual bool send_retransmit_count_attribute () const
 
virtual uint generation () const
 
virtual void set_generation (uint generation)
 
virtual ::std::vector<::cricket::Candidate > const & Candidates () const
 
virtual void SubscribePortDestroyed (::std::function< void(::cricket::PortInterface *)> callback)
 
virtual::cricket::Connection * GetConnection (::rtc::SocketAddress const &remote_addr)
 
virtual void DestroyConnection (::cricket::Connection *conn)
 
virtual void DestroyConnectionAsync (::cricket::Connection *conn)
 
virtual bool CanHandleIncomingPacketsFrom (::rtc::SocketAddress const &) const
 
virtual void SendBindingErrorResponse (::cricket::StunMessage *message, ::rtc::SocketAddress const &addr, int error_code, ::std::string_view reason)
 
virtual::std::string const & user_agent ()
 
virtual::rtc::ProxyInfo const & proxy ()
 
virtual void EnablePortPackets ()
 
virtual::std::string ToString () const
 
virtual bool ParseStunUsername (::cricket::StunMessage const *stun_msg, ::std::string *local_ufrag, ::std::string *remote_ufrag) const
 
virtual::std::string CreateStunUsername (::std::string_view remote_username) const
 
virtual bool MaybeIceRoleConflict (::rtc::SocketAddress const &addr, ::cricket::IceMessage *stun_msg, ::std::string_view remote_ufrag)
 
virtual void AddPrflxCandidate (::cricket::Candidate const &local)
 
virtual short network_cost () const
 
virtual bool GetStunMessage (char const *data, uint64 size, ::rtc::SocketAddress const &addr, ::std::unique_ptr<::cricket::IceMessage > *out_msg, ::std::string *out_username)
 
virtual void HandleConnectionDestroyed (::cricket::Connection *conn)
 
MCAPI void AddAddress (::rtc::SocketAddress const &address, ::rtc::SocketAddress const &base_address, ::rtc::SocketAddress const &related_address, ::std::string_view protocol, ::std::string_view relay_protocol, ::std::string_view tcptype, ::webrtc::IceCandidateType type, uint type_preference, uint relay_preference, ::std::string_view url, bool is_final)
 
MCAPI void AddOrReplaceConnection (::cricket::Connection *conn)
 
MCAPI void CancelPendingTasks ()
 
MCAPI void CopyPortInformationToPacketInfo (::rtc::PacketInfo *info) const
 
MCAPI void Destroy ()
 
MCAPI void DestroyAllConnections ()
 
MCAPI void DestroyConnectionInternal (::cricket::Connection *conn, bool async)
 
MCAPI void DestroyIfDead ()
 
MCAPI void FinishAddingAddress (::cricket::Candidate const &c, bool is_final)
 
MCAPI bool IsCompatibleAddress (::rtc::SocketAddress const &addr)
 
MCAPI void KeepAliveUntilPruned ()
 
MCAPI bool MaybeObfuscateAddress (::cricket::Candidate const &c, bool is_final)
 
MCAPI ::rtc::WeakPtr<::cricket::PortNewWeakPtr ()
 
MCAPI bool OnConnectionDestroyed (::cricket::Connection *conn)
 
MCAPI void OnNetworkTypeChanged (::rtc::Network const *network)
 
MCAPI void OnReadPacket (::rtc::ReceivedPacket const &packet, ::cricket::ProtocolType proto)
 
MCAPI void OnReadyToSend ()
 
MCAPI void PostDestroyIfDead (bool delayed)
 
MCAPI void Prune ()
 
MCAPI void SendPortDestroyed (::cricket::Port *port)
 
MCAPI void SendUnknownAttributesErrorResponse (::cricket::StunMessage *message, ::rtc::SocketAddress const &addr, ::std::vector< ushort > const &unknown_types)
 
MCAPI void SetIceParameters (int component, ::std::string_view username_fragment, ::std::string_view password)
 
MCAPI void set_content_name (::std::string_view content_name)
 
MCAPI::std::string const & username_fragment () const
 
MCAPI void * $ctor (::webrtc::TaskQueueBase *thread, ::webrtc::IceCandidateType type, ::rtc::PacketSocketFactory *factory, ::rtc::Network const *network, ::std::string_view username_fragment, ::std::string_view password, ::webrtc::FieldTrialsView const *field_trials)
 
MCAPI void * $ctor (::webrtc::TaskQueueBase *thread, ::webrtc::IceCandidateType type, ::rtc::PacketSocketFactory *factory, ::rtc::Network const *network, ushort min_port, ushort max_port, ::std::string_view username_fragment, ::std::string_view password, ::webrtc::FieldTrialsView const *field_trials, bool shared_socket)
 
MCAPI void * $ctor ()
 
MCAPI::webrtc::IceCandidateType $Type () const
 
MCAPI::rtc::Network const * $Network () const
 
MCAPI::cricket::IceRole $GetIceRole () const
 
MCAPI void $SetIceRole (::cricket::IceRole role)
 
MCAPI void $SetIceTiebreaker (uint64 tiebreaker)
 
MCAPI uint64 $IceTiebreaker () const
 
MCAPI bool $SharedSocket () const
 
MCAPI::webrtc::TaskQueueBase * $thread ()
 
MCAPI::rtc::PacketSocketFactory * $socket_factory () const
 
MCAPI::std::string const & $content_name () const
 
MCAPI bool $send_retransmit_count_attribute () const
 
MCAPI uint $generation () const
 
MCAPI void $set_generation (uint generation)
 
MCAPI ::std::vector<::cricket::Candidate > const & $Candidates () const
 
MCAPI void $SubscribePortDestroyed (::std::function< void(::cricket::PortInterface *)> callback)
 
MCAPI::cricket::Connection * $GetConnection (::rtc::SocketAddress const &remote_addr)
 
MCAPI void $DestroyConnection (::cricket::Connection *conn)
 
MCAPI void $DestroyConnectionAsync (::cricket::Connection *conn)
 
MCAPI bool $CanHandleIncomingPacketsFrom (::rtc::SocketAddress const &) const
 
MCAPI void $SendBindingErrorResponse (::cricket::StunMessage *message, ::rtc::SocketAddress const &addr, int error_code, ::std::string_view reason)
 
MCAPI::std::string const & $user_agent ()
 
MCAPI::rtc::ProxyInfo const & $proxy ()
 
MCAPI void $EnablePortPackets ()
 
MCAPI::std::string $ToString () const
 
MCAPI bool $ParseStunUsername (::cricket::StunMessage const *stun_msg, ::std::string *local_ufrag, ::std::string *remote_ufrag) const
 
MCAPI::std::string $CreateStunUsername (::std::string_view remote_username) const
 
MCAPI bool $MaybeIceRoleConflict (::rtc::SocketAddress const &addr, ::cricket::IceMessage *stun_msg, ::std::string_view remote_ufrag)
 
MCAPI void $AddPrflxCandidate (::cricket::Candidate const &local)
 
MCAPI short $network_cost () const
 
MCAPI bool $GetStunMessage (char const *data, uint64 size, ::rtc::SocketAddress const &addr, ::std::unique_ptr<::cricket::IceMessage > *out_msg, ::std::string *out_username)
 
MCAPI void $HandleConnectionDestroyed (::cricket::Connection *conn)
 

Static Public Member Functions

static MCAPI void ** $vftableForPortInterface ()
 
static MCAPI void ** $vftableForHasSlots ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnk376c27
 
::ll::UntypedStorage< 8, 16 > mUnk8aeaa5
 
::ll::UntypedStorage< 8, 16 > mUnkfd4ead
 
::ll::UntypedStorage< 8, 88 > mUnka4b56d
 
::ll::UntypedStorage< 8, 24 > mUnkcaca4f
 
::ll::UntypedStorage< 8, 16 > mUnk25aa4a
 
::ll::UntypedStorage< 4, 4 > mUnk2b5421
 
::ll::UntypedStorage< 4, 4 > mUnkd369e5
 
::ll::UntypedStorage< 8, 8 > mUnk97aa4e
 
::ll::UntypedStorage< 1, 1 > mUnk925be5
 
::ll::UntypedStorage< 4, 4 > mUnke81ffc
 
::ll::UntypedStorage< 4, 4 > mUnkcc71f3
 
::ll::UntypedStorage< 4, 4 > mUnk3072d4
 
::ll::UntypedStorage< 8, 24 > mUnk6d7703
 
::ll::UntypedStorage< 1, 1 > mUnkb6d855
 
::ll::UntypedStorage< 1, 1 > mUnk6d449a
 
::ll::UntypedStorage< 8, 48 > mUnkf8829f
 
::ll::UntypedStorage< 8, 48 > mUnk32b903
 
::ll::UntypedStorage< 8, 48 > mUnkfb6f17
 
::ll::UntypedStorage< 8, 48 > mUnkd8690d
 
::ll::UntypedStorage< 8, 8 > mUnk1f5d40
 
::ll::UntypedStorage< 8, 8 > mUnkef78fb
 
::ll::UntypedStorage< 8, 16 > mUnkee3bac
 
::ll::UntypedStorage< 4, 4 > mUnk2e7652
 
::ll::UntypedStorage< 1, 1 > mUnka1e9f2
 
::ll::UntypedStorage< 8, 8 > mUnk6a65ff
 
::ll::UntypedStorage< 2, 2 > mUnka89da2
 
::ll::UntypedStorage< 2, 2 > mUnkd9b8ef
 
::ll::UntypedStorage< 8, 32 > mUnk72604c
 
::ll::UntypedStorage< 4, 4 > mUnk3fbd2d
 
::ll::UntypedStorage< 4, 4 > mUnkf89ead
 
::ll::UntypedStorage< 8, 32 > mUnk91f197
 
::ll::UntypedStorage< 8, 32 > mUnk4c6b73
 
::ll::UntypedStorage< 8, 24 > mUnkd50e06
 
::ll::UntypedStorage< 8, 16 > mUnkd49eb3
 
::ll::UntypedStorage< 4, 4 > mUnkd69d7a
 
::ll::UntypedStorage< 1, 1 > mUnk54ba3b
 
::ll::UntypedStorage< 4, 4 > mUnk63f381
 
::ll::UntypedStorage< 8, 8 > mUnk1da110
 
::ll::UntypedStorage< 1, 1 > mUnk2c9e2c
 
::ll::UntypedStorage< 8, 32 > mUnk56e09d
 
::ll::UntypedStorage< 1, 1 > mUnk74a12f
 
::ll::UntypedStorage< 2, 2 > mUnk69b322
 
::ll::UntypedStorage< 4, 4 > mUnkdb5cc3
 
::ll::UntypedStorage< 8, 8 > mUnkde22e1
 
::ll::UntypedStorage< 4, 4 > mUnkb0ecc0
 
::ll::UntypedStorage< 8, 32 > mUnk637d1b
 
::ll::UntypedStorage< 8, 16 > mUnk6b24c4
 
::ll::UntypedStorage< 8, 48 > mUnkcfff39
 
::ll::UntypedStorage< 8, 48 > mUnkc21d2f
 
::ll::UntypedStorage< 8, 48 > mUnk233bda
 
::ll::UntypedStorage< 8, 48 > mUnkb4c561
 

Constructor & Destructor Documentation

◆ UDPPort() [1/2]

MCAPI cricket::UDPPort::UDPPort ( ::rtc::Thread * thread,
::webrtc::IceCandidateType type,
::rtc::PacketSocketFactory * factory,
::rtc::Network const * network,
::std::shared_ptr<::rtc::AsyncPacketSocket > socket,
::std::string_view username,
::std::string_view password,
bool emit_local_for_anyaddress,
::webrtc::FieldTrialsView const * field_trials )
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.

◆ UDPPort() [2/2]

MCAPI cricket::UDPPort::UDPPort ( ::rtc::Thread * thread,
::webrtc::IceCandidateType type,
::rtc::PacketSocketFactory * factory,
::rtc::Network const * network,
ushort min_port,
ushort max_port,
::std::string_view username,
::std::string_view password,
bool emit_local_for_anyaddress,
::webrtc::FieldTrialsView const * field_trials )
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

◆ PrepareAddress()

virtual void cricket::UDPPort::PrepareAddress ( )
virtual

◆ CreateConnection()

virtual::cricket::Connection * cricket::UDPPort::CreateConnection ( ::cricket::Candidate const & address,
::cricket::PortInterface::CandidateOrigin origin )
virtual

◆ SetOption()

virtual int cricket::UDPPort::SetOption ( ::rtc::Socket::Option opt,
int value )
virtual

◆ GetOption()

virtual int cricket::UDPPort::GetOption ( ::rtc::Socket::Option opt,
int * value )
virtual

◆ GetError()

virtual int cricket::UDPPort::GetError ( )
virtual

◆ HandleIncomingPacket()

virtual bool cricket::UDPPort::HandleIncomingPacket ( ::rtc::AsyncPacketSocket * socket,
::rtc::ReceivedPacket const & packet )
virtual

Reimplemented from cricket::Port.

◆ SupportsProtocol()

virtual bool cricket::UDPPort::SupportsProtocol ( ::std::string_view protocol) const
virtual

◆ GetProtocol()

virtual::cricket::ProtocolType cricket::UDPPort::GetProtocol ( ) const
virtual

◆ GetStunStats()

virtual void cricket::UDPPort::GetStunStats ( ::std::optional<::cricket::StunStats > * stats)
virtual

Reimplemented from cricket::Port.

◆ SendTo()

virtual int cricket::UDPPort::SendTo ( void const * data,
uint64 size,
::rtc::SocketAddress const & addr,
::rtc::PacketOptions const & options,
bool payload )
virtual

◆ UpdateNetworkCost()

virtual void cricket::UDPPort::UpdateNetworkCost ( )
virtual

Reimplemented from cricket::Port.

◆ StunDscpValue()

virtual::rtc::DiffServCodePoint cricket::UDPPort::StunDscpValue ( ) const
virtual

Reimplemented from cricket::Port.

◆ PostAddAddress()

virtual void cricket::UDPPort::PostAddAddress ( bool is_final)
virtual

Reimplemented from cricket::Port.

◆ OnSentPacket()

virtual void cricket::UDPPort::OnSentPacket ( ::rtc::AsyncPacketSocket * socket,
::rtc::SentPacket const & sent_packet )
virtual

Implements cricket::Port.

◆ HasStunCandidateWithAddress()

MCAPI bool cricket::UDPPort::HasStunCandidateWithAddress ( ::rtc::SocketAddress const & addr) const
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.

◆ Init()

MCAPI bool cricket::UDPPort::Init ( )
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.

◆ MaybePrepareStunCandidate()

MCAPI void cricket::UDPPort::MaybePrepareStunCandidate ( )
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.

◆ MaybeSetDefaultLocalAddress()

MCAPI bool cricket::UDPPort::MaybeSetDefaultLocalAddress ( ::rtc::SocketAddress * addr) const
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.

◆ MaybeSetPortCompleteOrError()

MCAPI void cricket::UDPPort::MaybeSetPortCompleteOrError ( )
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.

◆ OnLocalAddressReady()

MCAPI void cricket::UDPPort::OnLocalAddressReady ( ::rtc::AsyncPacketSocket * socket,
::rtc::SocketAddress const & address )
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.

◆ OnReadPacket() [1/2]

MCAPI void cricket::UDPPort::OnReadPacket ( ::rtc::AsyncPacketSocket * socket,
::rtc::ReceivedPacket const & packet )
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.

◆ OnReadyToSend() [1/2]

MCAPI void cricket::UDPPort::OnReadyToSend ( ::rtc::AsyncPacketSocket * socket)
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.

◆ OnResolveResult()

MCAPI void cricket::UDPPort::OnResolveResult ( ::rtc::SocketAddress const & input,
int error )
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.

◆ OnSendPacket()

MCAPI void cricket::UDPPort::OnSendPacket ( void const * data,
uint64 size,
::cricket::StunRequest * req )
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.

◆ OnStunBindingOrResolveRequestFailed()

MCAPI void cricket::UDPPort::OnStunBindingOrResolveRequestFailed ( ::rtc::SocketAddress const & stun_server_addr,
int error_code,
::std::string_view reason )
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.

◆ OnStunBindingRequestSucceeded()

MCAPI void cricket::UDPPort::OnStunBindingRequestSucceeded ( int rtt_ms,
::rtc::SocketAddress const & stun_server_addr,
::rtc::SocketAddress const & stun_reflected_addr )
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.

◆ ResolveStunAddress()

MCAPI void cricket::UDPPort::ResolveStunAddress ( ::rtc::SocketAddress const & stun_addr)
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.

◆ SendStunBindingRequest()

MCAPI void cricket::UDPPort::SendStunBindingRequest ( ::rtc::SocketAddress const & stun_addr)
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.

◆ SendStunBindingRequests()

MCAPI void cricket::UDPPort::SendStunBindingRequests ( )
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.

◆ set_stun_keepalive_delay()

MCAPI void cricket::UDPPort::set_stun_keepalive_delay ( ::std::optional< int > const & delay)
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.

◆ $ctor() [1/5]

MCAPI void * cricket::UDPPort::$ctor ( ::rtc::Thread * thread,
::webrtc::IceCandidateType type,
::rtc::PacketSocketFactory * factory,
::rtc::Network const * network,
::std::shared_ptr<::rtc::AsyncPacketSocket > socket,
::std::string_view username,
::std::string_view password,
bool emit_local_for_anyaddress,
::webrtc::FieldTrialsView const * field_trials )
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.

◆ $ctor() [2/5]

MCAPI void * cricket::UDPPort::$ctor ( ::rtc::Thread * thread,
::webrtc::IceCandidateType type,
::rtc::PacketSocketFactory * factory,
::rtc::Network const * network,
ushort min_port,
ushort max_port,
::std::string_view username,
::std::string_view password,
bool emit_local_for_anyaddress,
::webrtc::FieldTrialsView const * field_trials )
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.

◆ $dtor()

MCAPI void cricket::UDPPort::$dtor ( )
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.

◆ $PrepareAddress()

MCAPI void cricket::UDPPort::$PrepareAddress ( )
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.

◆ $CreateConnection()

MCAPI::cricket::Connection * cricket::UDPPort::$CreateConnection ( ::cricket::Candidate const & address,
::cricket::PortInterface::CandidateOrigin origin )
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.

◆ $SetOption()

MCAPI int cricket::UDPPort::$SetOption ( ::rtc::Socket::Option opt,
int value )
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.

◆ $GetOption()

MCAPI int cricket::UDPPort::$GetOption ( ::rtc::Socket::Option opt,
int * value )
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.

◆ $GetError()

MCAPI int cricket::UDPPort::$GetError ( )
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.

◆ $HandleIncomingPacket()

MCAPI bool cricket::UDPPort::$HandleIncomingPacket ( ::rtc::AsyncPacketSocket * socket,
::rtc::ReceivedPacket const & packet )
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.

◆ $SupportsProtocol()

MCAPI bool cricket::UDPPort::$SupportsProtocol ( ::std::string_view protocol) const
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.

◆ $GetProtocol()

MCAPI::cricket::ProtocolType cricket::UDPPort::$GetProtocol ( ) const
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.

◆ $GetStunStats()

MCAPI void cricket::UDPPort::$GetStunStats ( ::std::optional<::cricket::StunStats > * stats)
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.

◆ $SendTo()

MCAPI int cricket::UDPPort::$SendTo ( void const * data,
uint64 size,
::rtc::SocketAddress const & addr,
::rtc::PacketOptions const & options,
bool payload )
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.

◆ $UpdateNetworkCost()

MCAPI void cricket::UDPPort::$UpdateNetworkCost ( )
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.

◆ $StunDscpValue()

MCAPI::rtc::DiffServCodePoint cricket::UDPPort::$StunDscpValue ( ) const
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.

◆ $PostAddAddress()

MCAPI void cricket::UDPPort::$PostAddAddress ( bool is_final)
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.

◆ $OnSentPacket()

MCAPI void cricket::UDPPort::$OnSentPacket ( ::rtc::AsyncPacketSocket * socket,
::rtc::SentPacket const & sent_packet )
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.

◆ $vftableForPortInterface()

static MCAPI void ** cricket::UDPPort::$vftableForPortInterface ( )
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.

◆ $vftableForHasSlots()

static MCAPI void ** cricket::UDPPort::$vftableForHasSlots ( )
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.

◆ Type()

virtual::webrtc::IceCandidateType cricket::Port::Type ( ) const
virtualinherited

◆ Network()

virtual::rtc::Network const * cricket::Port::Network ( ) const
virtualinherited

◆ GetIceRole()

virtual::cricket::IceRole cricket::Port::GetIceRole ( ) const
virtualinherited

◆ SetIceRole()

virtual void cricket::Port::SetIceRole ( ::cricket::IceRole role)
virtualinherited

◆ SetIceTiebreaker()

virtual void cricket::Port::SetIceTiebreaker ( uint64 tiebreaker)
virtualinherited

◆ IceTiebreaker()

virtual uint64 cricket::Port::IceTiebreaker ( ) const
virtualinherited

◆ SharedSocket()

virtual bool cricket::Port::SharedSocket ( ) const
virtualinherited

◆ thread()

virtual::webrtc::TaskQueueBase * cricket::Port::thread ( )
virtualinherited

◆ socket_factory()

virtual::rtc::PacketSocketFactory * cricket::Port::socket_factory ( ) const
virtualinherited

◆ content_name()

virtual::std::string const & cricket::Port::content_name ( ) const
virtualinherited

◆ send_retransmit_count_attribute()

virtual bool cricket::Port::send_retransmit_count_attribute ( ) const
virtualinherited

◆ generation()

virtual uint cricket::Port::generation ( ) const
virtualinherited

◆ set_generation()

virtual void cricket::Port::set_generation ( uint generation)
virtualinherited

◆ Candidates()

virtual ::std::vector<::cricket::Candidate > const & cricket::Port::Candidates ( ) const
virtualinherited

◆ SubscribePortDestroyed()

virtual void cricket::Port::SubscribePortDestroyed ( ::std::function< void(::cricket::PortInterface *)> callback)
virtualinherited

◆ GetConnection()

virtual::cricket::Connection * cricket::Port::GetConnection ( ::rtc::SocketAddress const & remote_addr)
virtualinherited

◆ DestroyConnection()

virtual void cricket::Port::DestroyConnection ( ::cricket::Connection * conn)
virtualinherited

◆ DestroyConnectionAsync()

virtual void cricket::Port::DestroyConnectionAsync ( ::cricket::Connection * conn)
virtualinherited

◆ SendBindingErrorResponse()

virtual void cricket::Port::SendBindingErrorResponse ( ::cricket::StunMessage * message,
::rtc::SocketAddress const & addr,
int error_code,
::std::string_view reason )
virtualinherited

◆ user_agent()

virtual::std::string const & cricket::Port::user_agent ( )
virtualinherited

◆ proxy()

virtual::rtc::ProxyInfo const & cricket::Port::proxy ( )
virtualinherited

◆ EnablePortPackets()

virtual void cricket::Port::EnablePortPackets ( )
virtualinherited

◆ ToString()

virtual::std::string cricket::Port::ToString ( ) const
virtualinherited

◆ ParseStunUsername()

virtual bool cricket::Port::ParseStunUsername ( ::cricket::StunMessage const * stun_msg,
::std::string * local_ufrag,
::std::string * remote_ufrag ) const
virtualinherited

◆ CreateStunUsername()

virtual::std::string cricket::Port::CreateStunUsername ( ::std::string_view remote_username) const
virtualinherited

◆ MaybeIceRoleConflict()

virtual bool cricket::Port::MaybeIceRoleConflict ( ::rtc::SocketAddress const & addr,
::cricket::IceMessage * stun_msg,
::std::string_view remote_ufrag )
virtualinherited

◆ AddPrflxCandidate()

virtual void cricket::Port::AddPrflxCandidate ( ::cricket::Candidate const & local)
virtualinherited

◆ network_cost()

virtual short cricket::Port::network_cost ( ) const
virtualinherited

◆ GetStunMessage()

virtual bool cricket::Port::GetStunMessage ( char const * data,
uint64 size,
::rtc::SocketAddress const & addr,
::std::unique_ptr<::cricket::IceMessage > * out_msg,
::std::string * out_username )
virtualinherited

◆ AddAddress()

MCAPI void cricket::Port::AddAddress ( ::rtc::SocketAddress const & address,
::rtc::SocketAddress const & base_address,
::rtc::SocketAddress const & related_address,
::std::string_view protocol,
::std::string_view relay_protocol,
::std::string_view tcptype,
::webrtc::IceCandidateType type,
uint type_preference,
uint relay_preference,
::std::string_view url,
bool is_final )
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.

◆ AddOrReplaceConnection()

MCAPI void cricket::Port::AddOrReplaceConnection ( ::cricket::Connection * conn)
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.

◆ CancelPendingTasks()

MCAPI void cricket::Port::CancelPendingTasks ( )
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.

◆ CopyPortInformationToPacketInfo()

MCAPI void cricket::Port::CopyPortInformationToPacketInfo ( ::rtc::PacketInfo * info) const
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.

◆ Destroy()

MCAPI void cricket::Port::Destroy ( )
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.

◆ DestroyAllConnections()

MCAPI void cricket::Port::DestroyAllConnections ( )
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.

◆ DestroyConnectionInternal()

MCAPI void cricket::Port::DestroyConnectionInternal ( ::cricket::Connection * conn,
bool async )
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.

◆ DestroyIfDead()

MCAPI void cricket::Port::DestroyIfDead ( )
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.

◆ FinishAddingAddress()

MCAPI void cricket::Port::FinishAddingAddress ( ::cricket::Candidate const & c,
bool is_final )
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.

◆ IsCompatibleAddress()

MCAPI bool cricket::Port::IsCompatibleAddress ( ::rtc::SocketAddress const & addr)
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.

◆ KeepAliveUntilPruned()

MCAPI void cricket::Port::KeepAliveUntilPruned ( )
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.

◆ MaybeObfuscateAddress()

MCAPI bool cricket::Port::MaybeObfuscateAddress ( ::cricket::Candidate const & c,
bool is_final )
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.

◆ NewWeakPtr()

MCAPI ::rtc::WeakPtr<::cricket::Port > cricket::Port::NewWeakPtr ( )
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.

◆ OnConnectionDestroyed()

MCAPI bool cricket::Port::OnConnectionDestroyed ( ::cricket::Connection * conn)
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.

◆ OnNetworkTypeChanged()

MCAPI void cricket::Port::OnNetworkTypeChanged ( ::rtc::Network const * network)
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.

◆ OnReadPacket() [2/2]

MCAPI void cricket::Port::OnReadPacket ( ::rtc::ReceivedPacket const & packet,
::cricket::ProtocolType proto )
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.

◆ OnReadyToSend() [2/2]

MCAPI void cricket::Port::OnReadyToSend ( )
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.

◆ PostDestroyIfDead()

MCAPI void cricket::Port::PostDestroyIfDead ( bool delayed)
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.

◆ Prune()

MCAPI void cricket::Port::Prune ( )
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.

◆ SendPortDestroyed()

MCAPI void cricket::Port::SendPortDestroyed ( ::cricket::Port * port)
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.

◆ SendUnknownAttributesErrorResponse()

MCAPI void cricket::Port::SendUnknownAttributesErrorResponse ( ::cricket::StunMessage * message,
::rtc::SocketAddress const & addr,
::std::vector< ushort > const & unknown_types )
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.

◆ SetIceParameters()

MCAPI void cricket::Port::SetIceParameters ( int component,
::std::string_view username_fragment,
::std::string_view password )
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.

◆ set_content_name()

MCAPI void cricket::Port::set_content_name ( ::std::string_view content_name)
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.

◆ username_fragment()

MCAPI::std::string const & cricket::Port::username_fragment ( ) const
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.

◆ $ctor() [3/5]

MCAPI void * cricket::Port::$ctor ( ::webrtc::TaskQueueBase * thread,
::webrtc::IceCandidateType type,
::rtc::PacketSocketFactory * factory,
::rtc::Network const * network,
::std::string_view username_fragment,
::std::string_view password,
::webrtc::FieldTrialsView const * field_trials )
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.

◆ $ctor() [4/5]

MCAPI void * cricket::Port::$ctor ( ::webrtc::TaskQueueBase * thread,
::webrtc::IceCandidateType type,
::rtc::PacketSocketFactory * factory,
::rtc::Network const * network,
ushort min_port,
ushort max_port,
::std::string_view username_fragment,
::std::string_view password,
::webrtc::FieldTrialsView const * field_trials,
bool shared_socket )
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.

◆ $ctor() [5/5]

MCAPI void * cricket::PortInterface::$ctor ( )
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.

◆ $Type()

MCAPI::webrtc::IceCandidateType cricket::Port::$Type ( ) const
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.

◆ $Network()

MCAPI::rtc::Network const * cricket::Port::$Network ( ) const
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.

◆ $GetIceRole()

MCAPI::cricket::IceRole cricket::Port::$GetIceRole ( ) const
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.

◆ $SetIceRole()

MCAPI void cricket::Port::$SetIceRole ( ::cricket::IceRole role)
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.

◆ $SetIceTiebreaker()

MCAPI void cricket::Port::$SetIceTiebreaker ( uint64 tiebreaker)
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.

◆ $IceTiebreaker()

MCAPI uint64 cricket::Port::$IceTiebreaker ( ) const
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.

◆ $SharedSocket()

MCAPI bool cricket::Port::$SharedSocket ( ) const
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.

◆ $thread()

MCAPI::webrtc::TaskQueueBase * cricket::Port::$thread ( )
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.

◆ $socket_factory()

MCAPI::rtc::PacketSocketFactory * cricket::Port::$socket_factory ( ) const
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.

◆ $content_name()

MCAPI::std::string const & cricket::Port::$content_name ( ) const
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.

◆ $send_retransmit_count_attribute()

MCAPI bool cricket::Port::$send_retransmit_count_attribute ( ) const
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.

◆ $generation()

MCAPI uint cricket::Port::$generation ( ) const
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.

◆ $set_generation()

MCAPI void cricket::Port::$set_generation ( uint generation)
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.

◆ $Candidates()

MCAPI ::std::vector<::cricket::Candidate > const & cricket::Port::$Candidates ( ) const
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.

◆ $SubscribePortDestroyed()

MCAPI void cricket::Port::$SubscribePortDestroyed ( ::std::function< void(::cricket::PortInterface *)> callback)
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.

◆ $GetConnection()

MCAPI::cricket::Connection * cricket::Port::$GetConnection ( ::rtc::SocketAddress const & remote_addr)
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.

◆ $DestroyConnection()

MCAPI void cricket::Port::$DestroyConnection ( ::cricket::Connection * conn)
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.

◆ $DestroyConnectionAsync()

MCAPI void cricket::Port::$DestroyConnectionAsync ( ::cricket::Connection * conn)
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.

◆ $CanHandleIncomingPacketsFrom()

MCAPI bool cricket::Port::$CanHandleIncomingPacketsFrom ( ::rtc::SocketAddress const & ) const
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.

◆ $SendBindingErrorResponse()

MCAPI void cricket::Port::$SendBindingErrorResponse ( ::cricket::StunMessage * message,
::rtc::SocketAddress const & addr,
int error_code,
::std::string_view reason )
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.

◆ $user_agent()

MCAPI::std::string const & cricket::Port::$user_agent ( )
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.

◆ $proxy()

MCAPI::rtc::ProxyInfo const & cricket::Port::$proxy ( )
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.

◆ $EnablePortPackets()

MCAPI void cricket::Port::$EnablePortPackets ( )
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.

◆ $ToString()

MCAPI::std::string cricket::Port::$ToString ( ) const
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.

◆ $ParseStunUsername()

MCAPI bool cricket::Port::$ParseStunUsername ( ::cricket::StunMessage const * stun_msg,
::std::string * local_ufrag,
::std::string * remote_ufrag ) const
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.

◆ $CreateStunUsername()

MCAPI::std::string cricket::Port::$CreateStunUsername ( ::std::string_view remote_username) const
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.

◆ $MaybeIceRoleConflict()

MCAPI bool cricket::Port::$MaybeIceRoleConflict ( ::rtc::SocketAddress const & addr,
::cricket::IceMessage * stun_msg,
::std::string_view remote_ufrag )
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.

◆ $AddPrflxCandidate()

MCAPI void cricket::Port::$AddPrflxCandidate ( ::cricket::Candidate const & local)
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.

◆ $network_cost()

MCAPI short cricket::Port::$network_cost ( ) const
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.

◆ $GetStunMessage()

MCAPI bool cricket::Port::$GetStunMessage ( char const * data,
uint64 size,
::rtc::SocketAddress const & addr,
::std::unique_ptr<::cricket::IceMessage > * out_msg,
::std::string * out_username )
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.

◆ $HandleConnectionDestroyed()

MCAPI void cricket::Port::$HandleConnectionDestroyed ( ::cricket::Connection * conn)
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.

◆ $vftable()

static MCAPI void ** cricket::PortInterface::$vftable ( )
staticinherited
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: