LeviLamina
Loading...
Searching...
No Matches
webrtc::UDPPort Class Reference
Inheritance diagram for webrtc::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

UDPPort & operator= (UDPPort const &)
 UDPPort (UDPPort const &)
virtual void PrepareAddress ()
virtual::webrtc::Connection * CreateConnection (::webrtc::Candidate const &address, ::webrtc::PortInterface::CandidateOrigin)
virtual int SetOption (::webrtc::Socket::Option opt, int value)
virtual int GetOption (::webrtc::Socket::Option opt, int *value)
virtual int GetError ()
virtual bool HandleIncomingPacket (::webrtc::AsyncPacketSocket *socket, ::webrtc::ReceivedIpPacket const &packet)
virtual bool SupportsProtocol (::std::string_view protocol) const
virtual::webrtc::ProtocolType GetProtocol () const
virtual void GetStunStats (::std::optional<::webrtc::StunStats > *stats)
virtual int SendTo (void const *data, uint64 size, ::webrtc::SocketAddress const &addr, ::webrtc::AsyncSocketPacketOptions const &options, bool)
virtual void UpdateNetworkCost ()
virtual::webrtc::DiffServCodePoint StunDscpValue () const
virtual void PostAddAddress (bool is_final)
virtual void OnSentPacket (::webrtc::AsyncPacketSocket *, ::webrtc::SentPacketInfo const &sent_packet)
MCAPI bool Init ()
MCAPI bool MaybeSetDefaultLocalAddress (::webrtc::SocketAddress *addr) const
MCAPI void MaybeSetPortCompleteOrError ()
MCAPI void OnLocalAddressReady (::webrtc::AsyncPacketSocket *, ::webrtc::SocketAddress const &address)
MCAPI void OnReadPacket (::webrtc::AsyncPacketSocket *socket, ::webrtc::ReceivedIpPacket const &packet)
MCAPI void OnReadyToSend (::webrtc::AsyncPacketSocket *)
MCAPI void OnResolveResult (::webrtc::SocketAddress const &input, int error)
MCAPI void OnSendPacket (void const *data, uint64 size, ::webrtc::StunRequest *req)
MCAPI void OnStunBindingOrResolveRequestFailed (::webrtc::SocketAddress const &stun_server_addr, int error_code, ::std::string_view reason)
MCAPI void OnStunBindingRequestSucceeded (::webrtc::TimeDelta rtt, ::webrtc::SocketAddress const &stun_server_addr, ::webrtc::SocketAddress const &stun_reflected_addr)
MCAPI void ResolveStunAddress (::webrtc::SocketAddress const &stun_addr)
MCAPI void SendStunBindingRequest (::webrtc::SocketAddress const &stun_addr)
MCAPI void SendStunBindingRequests ()
MCAPI UDPPort (::webrtc::Port::PortParametersRef const &args, ::webrtc::IceCandidateType type, ::std::shared_ptr<::webrtc::AsyncPacketSocket > socket, bool emit_local_for_anyaddress)
MCAPI UDPPort (::webrtc::Port::PortParametersRef const &args, ::webrtc::IceCandidateType type, ushort min_port, ushort max_port, bool emit_local_for_anyaddress)
MCAPI void set_stun_keepalive_delay (::std::optional< int > const &delay)
MCAPI void * $ctor (::webrtc::Port::PortParametersRef const &args, ::webrtc::IceCandidateType type, ::std::shared_ptr<::webrtc::AsyncPacketSocket > socket, bool emit_local_for_anyaddress)
MCAPI void * $ctor (::webrtc::Port::PortParametersRef const &args, ::webrtc::IceCandidateType type, ushort min_port, ushort max_port, bool emit_local_for_anyaddress)
MCAPI void $dtor ()
MCAPI void $PrepareAddress ()
MCAPI::webrtc::Connection * $CreateConnection (::webrtc::Candidate const &address, ::webrtc::PortInterface::CandidateOrigin)
MCAPI int $SetOption (::webrtc::Socket::Option opt, int value)
MCAPI int $GetOption (::webrtc::Socket::Option opt, int *value)
MCAPI int $GetError ()
MCAPI bool $HandleIncomingPacket (::webrtc::AsyncPacketSocket *socket, ::webrtc::ReceivedIpPacket const &packet)
MCAPI bool $SupportsProtocol (::std::string_view protocol) const
MCAPI::webrtc::ProtocolType $GetProtocol () const
MCAPI void $GetStunStats (::std::optional<::webrtc::StunStats > *stats)
MCAPI int $SendTo (void const *data, uint64 size, ::webrtc::SocketAddress const &addr, ::webrtc::AsyncSocketPacketOptions const &options, bool)
MCAPI void $UpdateNetworkCost ()
MCAPI::webrtc::DiffServCodePoint $StunDscpValue () const
MCAPI void $PostAddAddress (bool is_final)
MCAPI void $OnSentPacket (::webrtc::AsyncPacketSocket *, ::webrtc::SentPacketInfo const &sent_packet)
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 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 AddPrflxCandidate (::webrtc::Candidate const &local)
virtual short network_cost () const
virtual void SubscribeRoleConflict (::absl::AnyInvocable< void()> callback)
virtual void NotifyRoleConflict ()
virtual bool GetStunMessage (char const *data, uint64 size, ::webrtc::SocketAddress const &addr, ::std::unique_ptr<::webrtc::IceMessage > *out_msg, ::std::string *out_username)
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 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 ()
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 $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 $SubscribeRoleConflict (::absl::AnyInvocable< void()> callback)
MCAPI void $NotifyRoleConflict ()
MCAPI bool $GetStunMessage (char const *data, uint64 size, ::webrtc::SocketAddress const &addr, ::std::unique_ptr<::webrtc::IceMessage > *out_msg, ::std::string *out_username)
MCAPI void $HandleConnectionDestroyed (::webrtc::Connection *conn)

Static Public Member Functions

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

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnk95b28a
::ll::UntypedStorage< 8, 16 > mUnk32be8d
::ll::UntypedStorage< 8, 16 > mUnkf1233d
::ll::UntypedStorage< 8, 88 > mUnk99c3e8
::ll::UntypedStorage< 8, 24 > mUnkd3ffc3
::ll::UntypedStorage< 8, 16 > mUnkda2674
::ll::UntypedStorage< 4, 4 > mUnk8fcf12
::ll::UntypedStorage< 4, 4 > mUnkd31f0e
::ll::UntypedStorage< 8, 8 > mUnkb53f98
::ll::UntypedStorage< 1, 1 > mUnkce4e55
::ll::UntypedStorage< 4, 4 > mUnk4bb120
::ll::UntypedStorage< 8, 8 > mUnkadc63b
::ll::UntypedStorage< 4, 4 > mUnk88f3c8
::ll::UntypedStorage< 8, 24 > mUnk3caa77
::ll::UntypedStorage< 1, 1 > mUnk865d69
::ll::UntypedStorage< 1, 1 > mUnk9b90d7
::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

◆ UDPPort() [1/2]

MCAPI webrtc::UDPPort::UDPPort ( ::webrtc::Port::PortParametersRef const & args,
::webrtc::IceCandidateType type,
::std::shared_ptr<::webrtc::AsyncPacketSocket > socket,
bool emit_local_for_anyaddress )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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 webrtc::UDPPort::UDPPort ( ::webrtc::Port::PortParametersRef const & args,
::webrtc::IceCandidateType type,
ushort min_port,
ushort max_port,
bool emit_local_for_anyaddress )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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 webrtc::UDPPort::PrepareAddress ( )
virtual

Implements webrtc::PortInterface.

◆ CreateConnection()

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

Implements webrtc::PortInterface.

◆ SetOption()

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

Implements webrtc::PortInterface.

◆ GetOption()

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

Implements webrtc::PortInterface.

◆ GetError()

virtual int webrtc::UDPPort::GetError ( )
virtual

Implements webrtc::PortInterface.

◆ HandleIncomingPacket()

virtual bool webrtc::UDPPort::HandleIncomingPacket ( ::webrtc::AsyncPacketSocket * socket,
::webrtc::ReceivedIpPacket const & packet )
virtual

Reimplemented from webrtc::Port.

◆ SupportsProtocol()

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

Implements webrtc::PortInterface.

◆ GetProtocol()

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

Implements webrtc::PortInterface.

◆ GetStunStats()

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

Reimplemented from webrtc::Port.

◆ SendTo()

virtual int webrtc::UDPPort::SendTo ( void const * data,
uint64 size,
::webrtc::SocketAddress const & addr,
::webrtc::AsyncSocketPacketOptions const & options,
bool  )
virtual

Implements webrtc::PortInterface.

◆ UpdateNetworkCost()

virtual void webrtc::UDPPort::UpdateNetworkCost ( )
virtual

Reimplemented from webrtc::Port.

◆ StunDscpValue()

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

Reimplemented from webrtc::Port.

◆ PostAddAddress()

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

Reimplemented from webrtc::Port.

◆ OnSentPacket()

virtual void webrtc::UDPPort::OnSentPacket ( ::webrtc::AsyncPacketSocket * ,
::webrtc::SentPacketInfo const & sent_packet )
virtual

Implements webrtc::Port.

◆ Init()

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

◆ MaybeSetDefaultLocalAddress()

MCAPI bool webrtc::UDPPort::MaybeSetDefaultLocalAddress ( ::webrtc::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 webrtc::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 webrtc::UDPPort::OnLocalAddressReady ( ::webrtc::AsyncPacketSocket * ,
::webrtc::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 webrtc::UDPPort::OnReadPacket ( ::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.

◆ OnReadyToSend() [1/2]

MCAPI void webrtc::UDPPort::OnReadyToSend ( ::webrtc::AsyncPacketSocket * )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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 webrtc::UDPPort::OnResolveResult ( ::webrtc::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 webrtc::UDPPort::OnSendPacket ( void const * data,
uint64 size,
::webrtc::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 webrtc::UDPPort::OnStunBindingOrResolveRequestFailed ( ::webrtc::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 webrtc::UDPPort::OnStunBindingRequestSucceeded ( ::webrtc::TimeDelta rtt,
::webrtc::SocketAddress const & stun_server_addr,
::webrtc::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 webrtc::UDPPort::ResolveStunAddress ( ::webrtc::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 webrtc::UDPPort::SendStunBindingRequest ( ::webrtc::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 webrtc::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 webrtc::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/4]

MCAPI void * webrtc::UDPPort::$ctor ( ::webrtc::Port::PortParametersRef const & args,
::webrtc::IceCandidateType type,
::std::shared_ptr<::webrtc::AsyncPacketSocket > socket,
bool emit_local_for_anyaddress )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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/4]

MCAPI void * webrtc::UDPPort::$ctor ( ::webrtc::Port::PortParametersRef const & args,
::webrtc::IceCandidateType type,
ushort min_port,
ushort max_port,
bool emit_local_for_anyaddress )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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::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 webrtc::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::webrtc::Connection * webrtc::UDPPort::$CreateConnection ( ::webrtc::Candidate const & address,
::webrtc::PortInterface::CandidateOrigin  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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 webrtc::UDPPort::$SetOption ( ::webrtc::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 webrtc::UDPPort::$GetOption ( ::webrtc::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 webrtc::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 webrtc::UDPPort::$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.

◆ $SupportsProtocol()

MCAPI bool webrtc::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::webrtc::ProtocolType webrtc::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 webrtc::UDPPort::$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.

◆ $SendTo()

MCAPI int webrtc::UDPPort::$SendTo ( void const * data,
uint64 size,
::webrtc::SocketAddress const & addr,
::webrtc::AsyncSocketPacketOptions const & options,
bool  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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::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::webrtc::DiffServCodePoint webrtc::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 webrtc::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 webrtc::UDPPort::$OnSentPacket ( ::webrtc::AsyncPacketSocket * ,
::webrtc::SentPacketInfo 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()

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

MCAPI void ** webrtc::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 webrtc::Port::Type ( ) const
virtualinherited

Implements webrtc::PortInterface.

◆ Network()

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

Implements webrtc::PortInterface.

◆ GetIceRole()

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

Implements webrtc::PortInterface.

◆ SetIceRole()

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

Implements webrtc::PortInterface.

◆ SetIceTiebreaker()

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

Implements webrtc::PortInterface.

◆ IceTiebreaker()

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

Implements webrtc::PortInterface.

◆ SharedSocket()

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

Implements webrtc::PortInterface.

◆ thread()

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

Implements webrtc::PortInterface.

◆ socket_factory()

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

Implements webrtc::PortInterface.

◆ content_name()

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

Implements webrtc::PortInterface.

◆ send_retransmit_count_attribute()

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

Implements webrtc::PortInterface.

◆ generation()

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

Implements webrtc::PortInterface.

◆ set_generation()

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

Implements webrtc::PortInterface.

◆ Candidates()

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

Implements webrtc::PortInterface.

◆ SubscribePortDestroyed()

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

Implements webrtc::PortInterface.

◆ GetConnection()

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

Implements webrtc::PortInterface.

◆ DestroyConnection()

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

Implements webrtc::PortInterface.

◆ DestroyConnectionAsync()

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

Implements webrtc::PortInterface.

◆ SendBindingErrorResponse()

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

Implements webrtc::PortInterface.

◆ EnablePortPackets()

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

Implements webrtc::PortInterface.

◆ ToString()

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

Implements webrtc::PortInterface.

◆ ParseStunUsername()

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

Implements webrtc::PortInterface.

◆ CreateStunUsername()

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

Implements webrtc::PortInterface.

◆ MaybeIceRoleConflict()

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

Implements webrtc::PortInterface.

◆ AddPrflxCandidate()

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

Implements webrtc::PortInterface.

◆ network_cost()

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

Implements webrtc::PortInterface.

◆ SubscribeRoleConflict()

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

Implements webrtc::PortInterface.

◆ NotifyRoleConflict()

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

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

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 )
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 webrtc::Port::AddOrReplaceConnection ( ::webrtc::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.

◆ CopyPortInformationToPacketInfo()

MCAPI void webrtc::Port::CopyPortInformationToPacketInfo ( ::webrtc::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 webrtc::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 webrtc::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 webrtc::Port::DestroyConnectionInternal ( ::webrtc::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.

◆ FinishAddingAddress()

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

◆ MaybeRequestLocalNetworkAccessPermission()

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

◆ NewWeakPtr()

MCAPI ::webrtc::WeakPtr<::webrtc::Port > webrtc::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.

◆ OnNetworkTypeChanged()

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

◆ SendCandidateError()

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

◆ SendCandidateReady()

MCAPI void webrtc::Port::SendCandidateReady ( ::webrtc::Candidate const & candidate)
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.

◆ SendCandidateReadyCallbackList()

MCAPI void webrtc::Port::SendCandidateReadyCallbackList ( ::webrtc::Port * ,
::webrtc::Candidate const & candidate )
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 webrtc::Port::SendUnknownAttributesErrorResponse ( ::webrtc::StunMessage * message,
::webrtc::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 webrtc::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.

◆ SubscribeCandidateError()

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

◆ SubscribeCandidateReadyCallback()

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

◆ set_content_name()

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

◆ $ctor() [3/4]

MCAPI void * webrtc::Port::$ctor ( ::webrtc::Port::PortParametersRef const & args,
::webrtc::IceCandidateType type )
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/4]

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.

◆ $Type()

MCAPI::webrtc::IceCandidateType webrtc::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::webrtc::Network const * webrtc::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::webrtc::IceRole webrtc::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 webrtc::Port::$SetIceRole ( ::webrtc::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 webrtc::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 webrtc::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 webrtc::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 * webrtc::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::webrtc::PacketSocketFactory * webrtc::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 & webrtc::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 webrtc::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 webrtc::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 webrtc::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<::webrtc::Candidate > const & webrtc::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 webrtc::Port::$SubscribePortDestroyed ( ::std::function< void(::webrtc::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::webrtc::Connection * webrtc::Port::$GetConnection ( ::webrtc::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 webrtc::Port::$DestroyConnection ( ::webrtc::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 webrtc::Port::$DestroyConnectionAsync ( ::webrtc::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 webrtc::Port::$CanHandleIncomingPacketsFrom ( ::webrtc::SocketAddress const & addr) 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 webrtc::Port::$SendBindingErrorResponse ( ::webrtc::StunMessage * message,
::webrtc::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.

◆ $EnablePortPackets()

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

◆ $SubscribeRoleConflict()

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

◆ $NotifyRoleConflict()

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

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: