LeviLamina
Loading...
Searching...
No Matches
cricket::Port Class Referenceabstract
Inheritance diagram for cricket::Port:

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

Port & operator= (Port const &)
 Port (Port const &)
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 HandleIncomingPacket (::rtc::AsyncPacketSocket *socket, ::rtc::ReceivedPacket const &packet)
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 OnSentPacket (::rtc::AsyncPacketSocket *, ::rtc::SentPacket const &)=0
virtual void AddPrflxCandidate (::cricket::Candidate const &local)
virtual short network_cost () const
virtual void GetStunStats (::std::optional<::cricket::StunStats > *stats)
virtual void UpdateNetworkCost ()
virtual void PostAddAddress (bool is_final)
virtual bool GetStunMessage (char const *data, uint64 size, ::rtc::SocketAddress const &addr, ::std::unique_ptr<::cricket::IceMessage > *out_msg, ::std::string *out_username)
virtual::rtc::DiffServCodePoint StunDscpValue () const
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 CopyPortInformationToPacketInfo (::rtc::PacketInfo *info) const
MCAPI void DestroyAllConnections ()
MCAPI void DestroyConnectionInternal (::cricket::Connection *conn, bool async)
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 void OnNetworkTypeChanged (::rtc::Network const *network)
MCAPI void OnReadPacket (::rtc::ReceivedPacket const &packet, ::cricket::ProtocolType proto)
MCAPI void OnReadyToSend ()
MCAPI Port (::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 Port (::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 PostDestroyIfDead (bool delayed)
MCAPI void Prune ()
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 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 $dtor ()
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 $HandleIncomingPacket (::rtc::AsyncPacketSocket *socket, ::rtc::ReceivedPacket const &packet)
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 void $GetStunStats (::std::optional<::cricket::StunStats > *stats)
MCAPI void $UpdateNetworkCost ()
MCAPI void $PostAddAddress (bool is_final)
MCAPI bool $GetStunMessage (char const *data, uint64 size, ::rtc::SocketAddress const &addr, ::std::unique_ptr<::cricket::IceMessage > *out_msg, ::std::string *out_username)
MCAPI::rtc::DiffServCodePoint $StunDscpValue () const
MCAPI void $HandleConnectionDestroyed (::cricket::Connection *conn)
virtual bool SupportsProtocol (::std::string_view) const =0
virtual void PrepareAddress ()=0
virtual::cricket::Connection * CreateConnection (::cricket::Candidate const &, ::cricket::PortInterface::CandidateOrigin)=0
virtual int SetOption (::rtc::Socket::Option, int)=0
virtual int GetOption (::rtc::Socket::Option opt, int *value)=0
virtual int GetError ()=0
virtual::cricket::ProtocolType GetProtocol () const =0
virtual int SendTo (void const *, uint64, ::rtc::SocketAddress const &, ::rtc::PacketOptions const &, bool)=0
MCAPI void * $ctor ()

Static Public Member Functions

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

Public Attributes

::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

◆ Port() [1/2]

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

◆ Port() [2/2]

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

◆ Type()

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

◆ Network()

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

◆ GetIceRole()

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

◆ SetIceRole()

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

◆ SetIceTiebreaker()

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

◆ IceTiebreaker()

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

◆ SharedSocket()

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

◆ thread()

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

◆ socket_factory()

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

◆ content_name()

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

◆ send_retransmit_count_attribute()

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

◆ generation()

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

◆ set_generation()

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

◆ Candidates()

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

◆ SubscribePortDestroyed()

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

◆ GetConnection()

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

◆ DestroyConnection()

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

◆ DestroyConnectionAsync()

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

◆ SendBindingErrorResponse()

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

◆ user_agent()

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

◆ proxy()

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

◆ EnablePortPackets()

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

◆ ToString()

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

◆ ParseStunUsername()

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

◆ CreateStunUsername()

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

◆ MaybeIceRoleConflict()

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

◆ AddPrflxCandidate()

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

◆ network_cost()

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

◆ GetStunStats()

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

◆ UpdateNetworkCost()

virtual void cricket::Port::UpdateNetworkCost ( )
virtual

◆ 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 )
virtual

◆ StunDscpValue()

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

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

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

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

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 )
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/3]

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 )
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::Port::$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.

◆ $Type()

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

◆ $Network()

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

◆ $GetIceRole()

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

◆ $SetIceRole()

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

◆ $CanHandleIncomingPacketsFrom()

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

◆ $SendBindingErrorResponse()

MCAPI void cricket::Port::$SendBindingErrorResponse ( ::cricket::StunMessage * message,
::rtc::SocketAddress const & 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.

◆ $user_agent()

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

◆ $UpdateNetworkCost()

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

◆ $PostAddAddress()

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

◆ $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 )
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::Port::$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.

◆ $HandleConnectionDestroyed()

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

MCAPI void ** cricket::Port::$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.

◆ $vftableForPortInterface()

MCAPI void ** cricket::Port::$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.

◆ $ctor() [3/3]

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.

◆ $vftable()

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:
  • src/mc/external/cricket/Port.h