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

Classes

struct  PortParametersRef

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::webrtc::Network const * Network () const
virtual::webrtc::IceRole GetIceRole () const
virtual void SetIceRole (::webrtc::IceRole role)
virtual void SetIceTiebreaker (uint64 tiebreaker)
virtual uint64 IceTiebreaker () const
virtual bool SharedSocket () const
virtual::webrtc::TaskQueueBase * thread ()
virtual::webrtc::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<::webrtc::Candidate > const & Candidates () const
virtual void SubscribePortDestroyed (::std::function< void(::webrtc::PortInterface *)> callback)
virtual::webrtc::Connection * GetConnection (::webrtc::SocketAddress const &remote_addr)
virtual void DestroyConnection (::webrtc::Connection *conn)
virtual void DestroyConnectionAsync (::webrtc::Connection *conn)
virtual bool HandleIncomingPacket (::webrtc::AsyncPacketSocket *socket, ::webrtc::ReceivedIpPacket const &packet)
virtual bool CanHandleIncomingPacketsFrom (::webrtc::SocketAddress const &addr) const
virtual void SendBindingErrorResponse (::webrtc::StunMessage *message, ::webrtc::SocketAddress const &addr, int error_code, ::std::string_view reason)
virtual void EnablePortPackets ()
virtual::std::string ToString () const
virtual bool ParseStunUsername (::webrtc::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 (::webrtc::SocketAddress const &addr, ::webrtc::IceMessage *stun_msg, ::std::string_view remote_ufrag)
virtual void OnSentPacket (::webrtc::AsyncPacketSocket *socket, ::webrtc::SentPacketInfo const &sent_packet)=0
virtual void AddPrflxCandidate (::webrtc::Candidate const &local)
virtual short network_cost () const
virtual void GetStunStats (::std::optional<::webrtc::StunStats > *stats)
virtual void SubscribeRoleConflict (::absl::AnyInvocable< void()> callback)
virtual void NotifyRoleConflict ()
virtual void UpdateNetworkCost ()
virtual void PostAddAddress (bool is_final)
virtual bool GetStunMessage (char const *data, uint64 size, ::webrtc::SocketAddress const &addr, ::std::unique_ptr<::webrtc::IceMessage > *out_msg, ::std::string *out_username)
virtual::webrtc::DiffServCodePoint StunDscpValue () const
virtual void HandleConnectionDestroyed (::webrtc::Connection *conn)
MCAPI void AddAddress (::webrtc::SocketAddress const &address, ::webrtc::SocketAddress const &base_address, ::webrtc::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 (::webrtc::Connection *conn)
MCAPI void CopyPortInformationToPacketInfo (::webrtc::PacketInfo *info) const
MCAPI void Destroy ()
MCAPI void DestroyAllConnections ()
MCAPI void DestroyConnectionInternal (::webrtc::Connection *conn, bool async)
MCAPI void FinishAddingAddress (::webrtc::Candidate const &c, bool is_final)
MCAPI bool IsCompatibleAddress (::webrtc::SocketAddress const &addr)
MCAPI void KeepAliveUntilPruned ()
MCAPI bool MaybeObfuscateAddress (::webrtc::Candidate const &c, bool is_final)
MCAPI void MaybeRequestLocalNetworkAccessPermission (::webrtc::SocketAddress const &address, ::absl::AnyInvocable< void(::webrtc::LocalNetworkAccessPermissionStatus)> callback)
MCAPI ::webrtc::WeakPtr<::webrtc::PortNewWeakPtr ()
MCAPI void OnNetworkTypeChanged (::webrtc::Network const *network)
MCAPI void OnReadPacket (::webrtc::ReceivedIpPacket const &packet, ::webrtc::ProtocolType proto)
MCAPI void OnReadyToSend ()
MCAPI Port (::webrtc::Port::PortParametersRef const &args, ::webrtc::IceCandidateType type)
MCAPI Port (::webrtc::Port::PortParametersRef const &args, ::webrtc::IceCandidateType type, ushort min_port, ushort max_port, bool shared_socket)
MCAPI void PostDestroyIfDead (bool delayed)
MCAPI void Prune ()
MCAPI void SendCandidateError (::webrtc::IceCandidateErrorEvent const &event)
MCAPI void SendCandidateReady (::webrtc::Candidate const &candidate)
MCAPI void SendCandidateReadyCallbackList (::webrtc::Port *, ::webrtc::Candidate const &candidate)
MCAPI void SendUnknownAttributesErrorResponse (::webrtc::StunMessage *message, ::webrtc::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 SubscribeCandidateError (::std::function< void(::webrtc::Port *, ::webrtc::IceCandidateErrorEvent const &)> callback)
MCAPI void SubscribeCandidateReadyCallback (::absl::AnyInvocable< void(::webrtc::Port *, ::webrtc::Candidate const &)> callback)
MCAPI void set_content_name (::std::string_view content_name)
MCAPI void * $ctor (::webrtc::Port::PortParametersRef const &args, ::webrtc::IceCandidateType type)
MCAPI void * $ctor (::webrtc::Port::PortParametersRef const &args, ::webrtc::IceCandidateType type, ushort min_port, ushort max_port, bool shared_socket)
MCAPI void $dtor ()
MCAPI::webrtc::IceCandidateType $Type () const
MCAPI::webrtc::Network const * $Network () const
MCAPI::webrtc::IceRole $GetIceRole () const
MCAPI void $SetIceRole (::webrtc::IceRole role)
MCAPI void $SetIceTiebreaker (uint64 tiebreaker)
MCAPI uint64 $IceTiebreaker () const
MCAPI bool $SharedSocket () const
MCAPI::webrtc::TaskQueueBase * $thread ()
MCAPI::webrtc::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<::webrtc::Candidate > const & $Candidates () const
MCAPI void $SubscribePortDestroyed (::std::function< void(::webrtc::PortInterface *)> callback)
MCAPI::webrtc::Connection * $GetConnection (::webrtc::SocketAddress const &remote_addr)
MCAPI void $DestroyConnection (::webrtc::Connection *conn)
MCAPI void $DestroyConnectionAsync (::webrtc::Connection *conn)
MCAPI bool $HandleIncomingPacket (::webrtc::AsyncPacketSocket *socket, ::webrtc::ReceivedIpPacket const &packet)
MCAPI bool $CanHandleIncomingPacketsFrom (::webrtc::SocketAddress const &addr) const
MCAPI void $SendBindingErrorResponse (::webrtc::StunMessage *message, ::webrtc::SocketAddress const &addr, int error_code, ::std::string_view reason)
MCAPI void $EnablePortPackets ()
MCAPI::std::string $ToString () const
MCAPI bool $ParseStunUsername (::webrtc::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 (::webrtc::SocketAddress const &addr, ::webrtc::IceMessage *stun_msg, ::std::string_view remote_ufrag)
MCAPI void $AddPrflxCandidate (::webrtc::Candidate const &local)
MCAPI short $network_cost () const
MCAPI void $GetStunStats (::std::optional<::webrtc::StunStats > *stats)
MCAPI void $SubscribeRoleConflict (::absl::AnyInvocable< void()> callback)
MCAPI void $NotifyRoleConflict ()
MCAPI void $UpdateNetworkCost ()
MCAPI void $PostAddAddress (bool is_final)
MCAPI bool $GetStunMessage (char const *data, uint64 size, ::webrtc::SocketAddress const &addr, ::std::unique_ptr<::webrtc::IceMessage > *out_msg, ::std::string *out_username)
MCAPI::webrtc::DiffServCodePoint $StunDscpValue () const
MCAPI void $HandleConnectionDestroyed (::webrtc::Connection *conn)
virtual bool SupportsProtocol (::std::string_view protocol) const =0
virtual void PrepareAddress ()=0
virtual::webrtc::Connection * CreateConnection (::webrtc::Candidate const &address, ::webrtc::PortInterface::CandidateOrigin origin)=0
virtual int SetOption (::webrtc::Socket::Option opt, int value)=0
virtual int GetOption (::webrtc::Socket::Option opt, int *value)=0
virtual int GetError ()=0
virtual::webrtc::ProtocolType GetProtocol () const =0
virtual int SendTo (void const *data, uint64 size, ::webrtc::SocketAddress const &addr, ::webrtc::AsyncSocketPacketOptions const &options, bool payload)=0
MCAPI void * $ctor ()

Static Public Member Functions

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

Public Attributes

::ll::UntypedStorage< 8, 48 > mUnk10cd62
::ll::UntypedStorage< 8, 48 > mUnk8bc6d2
::ll::UntypedStorage< 8, 48 > mUnk176f92
::ll::UntypedStorage< 8, 40 > mUnkb98d1f
::ll::UntypedStorage< 8, 8 > mUnkf3d6ae
::ll::UntypedStorage< 8, 8 > mUnkefa93b
::ll::UntypedStorage< 8, 8 > mUnkf8b468
::ll::UntypedStorage< 4, 4 > mUnk7d7d30
::ll::UntypedStorage< 1, 1 > mUnk26c3d4
::ll::UntypedStorage< 8, 8 > mUnk26280e
::ll::UntypedStorage< 2, 2 > mUnk119d59
::ll::UntypedStorage< 2, 2 > mUnk26e908
::ll::UntypedStorage< 8, 32 > mUnk1b549e
::ll::UntypedStorage< 4, 4 > mUnk356e65
::ll::UntypedStorage< 4, 4 > mUnkd8d269
::ll::UntypedStorage< 8, 32 > mUnk9c0702
::ll::UntypedStorage< 8, 32 > mUnkf80029
::ll::UntypedStorage< 8, 24 > mUnk9c001a
::ll::UntypedStorage< 8, 16 > mUnk8d0745
::ll::UntypedStorage< 4, 4 > mUnk1eeea2
::ll::UntypedStorage< 1, 1 > mUnk7f2c9b
::ll::UntypedStorage< 4, 4 > mUnk1f2e93
::ll::UntypedStorage< 8, 8 > mUnk86c2d7
::ll::UntypedStorage< 1, 1 > mUnkf2112c
::ll::UntypedStorage< 2, 2 > mUnkf945d8
::ll::UntypedStorage< 4, 4 > mUnk5f1f2e
::ll::UntypedStorage< 8, 8 > mUnkfaa855
::ll::UntypedStorage< 4, 4 > mUnk856df7
::ll::UntypedStorage< 8, 24 > mUnk402059
::ll::UntypedStorage< 8, 32 > mUnkc2162e
::ll::UntypedStorage< 8, 32 > mUnk5ebf79
::ll::UntypedStorage< 8, 32 > mUnk214c51
::ll::UntypedStorage< 8, 32 > mUnk87b3ae
::ll::UntypedStorage< 8, 16 > mUnke44f62
::ll::UntypedStorage< 8, 48 > mUnkab312d
::ll::UntypedStorage< 8, 48 > mUnkee30a4
::ll::UntypedStorage< 8, 48 > mUnkc28818
::ll::UntypedStorage< 8, 48 > mUnk730f28

Constructor & Destructor Documentation

◆ Port() [1/2]

MCAPI webrtc::Port::Port ( ::webrtc::Port::PortParametersRef const & args,
::webrtc::IceCandidateType type )
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 webrtc::Port::Port ( ::webrtc::Port::PortParametersRef const & args,
::webrtc::IceCandidateType type,
ushort min_port,
ushort max_port,
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 webrtc::Port::Type ( ) const
virtual

Implements webrtc::PortInterface.

◆ Network()

virtual::webrtc::Network const * webrtc::Port::Network ( ) const
virtual

Implements webrtc::PortInterface.

◆ GetIceRole()

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

Implements webrtc::PortInterface.

◆ SetIceRole()

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

Implements webrtc::PortInterface.

◆ SetIceTiebreaker()

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

Implements webrtc::PortInterface.

◆ IceTiebreaker()

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

Implements webrtc::PortInterface.

◆ SharedSocket()

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

Implements webrtc::PortInterface.

◆ thread()

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

Implements webrtc::PortInterface.

◆ socket_factory()

virtual::webrtc::PacketSocketFactory * webrtc::Port::socket_factory ( ) const
virtual

Implements webrtc::PortInterface.

◆ content_name()

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

Implements webrtc::PortInterface.

◆ send_retransmit_count_attribute()

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

Implements webrtc::PortInterface.

◆ generation()

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

Implements webrtc::PortInterface.

◆ set_generation()

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

Implements webrtc::PortInterface.

◆ Candidates()

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

Implements webrtc::PortInterface.

◆ SubscribePortDestroyed()

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

Implements webrtc::PortInterface.

◆ GetConnection()

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

Implements webrtc::PortInterface.

◆ DestroyConnection()

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

Implements webrtc::PortInterface.

◆ DestroyConnectionAsync()

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

Implements webrtc::PortInterface.

◆ SendBindingErrorResponse()

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

Implements webrtc::PortInterface.

◆ EnablePortPackets()

virtual void webrtc::Port::EnablePortPackets ( )
virtual

Implements webrtc::PortInterface.

◆ ToString()

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

Implements webrtc::PortInterface.

◆ ParseStunUsername()

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

Implements webrtc::PortInterface.

◆ CreateStunUsername()

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

Implements webrtc::PortInterface.

◆ MaybeIceRoleConflict()

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

Implements webrtc::PortInterface.

◆ AddPrflxCandidate()

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

Implements webrtc::PortInterface.

◆ network_cost()

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

Implements webrtc::PortInterface.

◆ GetStunStats()

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

Implements webrtc::PortInterface.

◆ SubscribeRoleConflict()

virtual void webrtc::Port::SubscribeRoleConflict ( ::absl::AnyInvocable< void()> callback)
virtual

Implements webrtc::PortInterface.

◆ NotifyRoleConflict()

virtual void webrtc::Port::NotifyRoleConflict ( )
virtual

Implements webrtc::PortInterface.

◆ UpdateNetworkCost()

virtual void webrtc::Port::UpdateNetworkCost ( )
virtual

Implements webrtc::PortInterface.

◆ GetStunMessage()

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

Implements webrtc::PortInterface.

◆ StunDscpValue()

virtual::webrtc::DiffServCodePoint webrtc::Port::StunDscpValue ( ) const
virtual

Implements webrtc::PortInterface.

◆ AddAddress()

MCAPI void webrtc::Port::AddAddress ( ::webrtc::SocketAddress const & address,
::webrtc::SocketAddress const & base_address,
::webrtc::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 webrtc::Port::AddOrReplaceConnection ( ::webrtc::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 webrtc::Port::CopyPortInformationToPacketInfo ( ::webrtc::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.

◆ Destroy()

MCAPI void webrtc::Port::Destroy ( )
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 webrtc::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 webrtc::Port::DestroyConnectionInternal ( ::webrtc::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 webrtc::Port::FinishAddingAddress ( ::webrtc::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 webrtc::Port::IsCompatibleAddress ( ::webrtc::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 webrtc::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 webrtc::Port::MaybeObfuscateAddress ( ::webrtc::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.

◆ MaybeRequestLocalNetworkAccessPermission()

MCAPI void webrtc::Port::MaybeRequestLocalNetworkAccessPermission ( ::webrtc::SocketAddress const & address,
::absl::AnyInvocable< void(::webrtc::LocalNetworkAccessPermissionStatus)> 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.

◆ NewWeakPtr()

MCAPI ::webrtc::WeakPtr<::webrtc::Port > webrtc::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 webrtc::Port::OnNetworkTypeChanged ( ::webrtc::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 webrtc::Port::OnReadPacket ( ::webrtc::ReceivedIpPacket const & packet,
::webrtc::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 webrtc::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 webrtc::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 webrtc::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.

◆ SendCandidateError()

MCAPI void webrtc::Port::SendCandidateError ( ::webrtc::IceCandidateErrorEvent const & event)
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.

◆ SendCandidateReady()

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

◆ SendCandidateReadyCallbackList()

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

◆ SendUnknownAttributesErrorResponse()

MCAPI void webrtc::Port::SendUnknownAttributesErrorResponse ( ::webrtc::StunMessage * message,
::webrtc::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 webrtc::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.

◆ SubscribeCandidateError()

MCAPI void webrtc::Port::SubscribeCandidateError ( ::std::function< void(::webrtc::Port *, ::webrtc::IceCandidateErrorEvent const &)> 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.

◆ SubscribeCandidateReadyCallback()

MCAPI void webrtc::Port::SubscribeCandidateReadyCallback ( ::absl::AnyInvocable< void(::webrtc::Port *, ::webrtc::Candidate const &)> 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.

◆ set_content_name()

MCAPI void webrtc::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 * webrtc::Port::$ctor ( ::webrtc::Port::PortParametersRef const & args,
::webrtc::IceCandidateType type )
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 * webrtc::Port::$ctor ( ::webrtc::Port::PortParametersRef const & args,
::webrtc::IceCandidateType type,
ushort min_port,
ushort max_port,
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 webrtc::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 webrtc::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::webrtc::Network const * webrtc::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::webrtc::IceRole webrtc::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 webrtc::Port::$SetIceRole ( ::webrtc::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 webrtc::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 webrtc::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 webrtc::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 * webrtc::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::webrtc::PacketSocketFactory * webrtc::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 & webrtc::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 webrtc::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 webrtc::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 webrtc::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<::webrtc::Candidate > const & webrtc::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 webrtc::Port::$SubscribePortDestroyed ( ::std::function< void(::webrtc::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::webrtc::Connection * webrtc::Port::$GetConnection ( ::webrtc::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 webrtc::Port::$DestroyConnection ( ::webrtc::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 webrtc::Port::$DestroyConnectionAsync ( ::webrtc::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 webrtc::Port::$HandleIncomingPacket ( ::webrtc::AsyncPacketSocket * socket,
::webrtc::ReceivedIpPacket 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 webrtc::Port::$CanHandleIncomingPacketsFrom ( ::webrtc::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.

◆ $SendBindingErrorResponse()

MCAPI void webrtc::Port::$SendBindingErrorResponse ( ::webrtc::StunMessage * message,
::webrtc::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.

◆ $EnablePortPackets()

MCAPI void webrtc::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 webrtc::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 webrtc::Port::$ParseStunUsername ( ::webrtc::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 webrtc::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 webrtc::Port::$MaybeIceRoleConflict ( ::webrtc::SocketAddress const & addr,
::webrtc::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 webrtc::Port::$AddPrflxCandidate ( ::webrtc::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 webrtc::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 webrtc::Port::$GetStunStats ( ::std::optional<::webrtc::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.

◆ $SubscribeRoleConflict()

MCAPI void webrtc::Port::$SubscribeRoleConflict ( ::absl::AnyInvocable< void()> 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.

◆ $NotifyRoleConflict()

MCAPI void webrtc::Port::$NotifyRoleConflict ( )
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 webrtc::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 webrtc::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 webrtc::Port::$GetStunMessage ( char const * data,
uint64 size,
::webrtc::SocketAddress const & addr,
::std::unique_ptr<::webrtc::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::webrtc::DiffServCodePoint webrtc::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 webrtc::Port::$HandleConnectionDestroyed ( ::webrtc::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.

◆ $vftableForPortInterface()

MCAPI void ** webrtc::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.

◆ $vftableForHasSlots()

MCAPI void ** webrtc::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.

◆ $ctor() [3/3]

MCAPI void * webrtc::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 ** webrtc::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/webrtc/Port.h