|
|
RemoteCandidate & | operator= (RemoteCandidate const &) |
| |
|
| RemoteCandidate (RemoteCandidate const &) |
| |
| MCAPI | ~RemoteCandidate () |
| |
| MCAPI void | $dtor () |
| |
| MCAPI void | ComputeFoundation (::rtc::SocketAddress const &base_address, uint64 tie_breaker) |
| |
| MCAPI void | ComputePrflxFoundation () |
| |
| MCAPI uint | GetPriority (uint type_preference, int network_adapter_preference, int relay_preference, bool adjust_local_preference) const |
| |
| MCAPI bool | IsEquivalent (::cricket::Candidate const &c) const |
| |
| MCAPI bool | MatchesForRemoval (::cricket::Candidate const &c) const |
| |
| MCAPI::cricket::Candidate | ToSanitizedCopy (bool use_hostname_address, bool filter_related_address) const |
| |
| MCAPI::std::string | ToStringInternal (bool sensitive) const |
| |
| MCAPI void | generate_id () |
| |
| MCAPI bool | is_local () const |
| |
| MCAPI bool | is_prflx () const |
| |
| MCAPI bool | is_relay () const |
| |
| MCAPI bool | is_stun () const |
| |
| MCAPI bool | operator!= (::cricket::Candidate const &o) const |
| |
| MCAPI bool | operator== (::cricket::Candidate const &o) const |
| |
| MCAPI void | set_password (::std::string_view password) |
| |
| MCAPI void | set_username (::std::string_view username) |
| |
| MCAPI::std::string_view | type_name () const |
| |
| MCAPI void * | $ctor () |
| |
| MCAPI void * | $ctor (::cricket::Candidate const &) |
| |
| MCAPI void * | $ctor (int component, ::std::string_view protocol, ::rtc::SocketAddress const &address, uint priority, ::std::string_view username, ::std::string_view password, ::webrtc::IceCandidateType type, uint generation, ::std::string_view foundation, ushort network_id, ushort network_cost) |
| |
|
| static MCAPI void | Assign (::std::string &s, ::std::string_view view) |
| |
|
|
::ll::UntypedStorage< 8, 8 > | mUnk672a92 |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnkd3f8fe |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnkf10b9c |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnkfc97b1 |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnk566df7 |
| |
|
::ll::UntypedStorage< 8, 80 > | mUnkd7fc44 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnkc1520e |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnkc171e8 |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnk4070ed |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk50e396 |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnk7adf25 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk35170f |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk630978 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk235b48 |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnk6bc578 |
| |
|
::ll::UntypedStorage< 8, 80 > | mUnk5da8f6 |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnkec224f |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnk5445ab |
| |
|
::ll::UntypedStorage< 2, 2 > | mUnke44a8d |
| |
|
::ll::UntypedStorage< 2, 2 > | mUnk2c6d0a |
| |
|
::ll::UntypedStorage< 8, 32 > | mUnke10b0a |
| |
◆ ~RemoteCandidate()
| MCAPI cricket::RemoteCandidate::~RemoteCandidate |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
| MCAPI void cricket::RemoteCandidate::$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.
◆ ComputeFoundation()
| MCAPI void cricket::Candidate::ComputeFoundation |
( |
::rtc::SocketAddress const & | base_address, |
|
|
uint64 | tie_breaker ) |
|
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.
◆ ComputePrflxFoundation()
| MCAPI void cricket::Candidate::ComputePrflxFoundation |
( |
| ) |
|
|
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.
◆ GetPriority()
| MCAPI uint cricket::Candidate::GetPriority |
( |
uint | type_preference, |
|
|
int | network_adapter_preference, |
|
|
int | relay_preference, |
|
|
bool | adjust_local_preference ) 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.
◆ IsEquivalent()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ MatchesForRemoval()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ToSanitizedCopy()
| MCAPI::cricket::Candidate cricket::Candidate::ToSanitizedCopy |
( |
bool | use_hostname_address, |
|
|
bool | filter_related_address ) 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.
◆ ToStringInternal()
| MCAPI::std::string cricket::Candidate::ToStringInternal |
( |
bool | sensitive | ) |
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.
◆ generate_id()
| MCAPI void cricket::Candidate::generate_id |
( |
| ) |
|
|
inherited |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ is_local()
| MCAPI bool cricket::Candidate::is_local |
( |
| ) |
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.
◆ is_prflx()
| MCAPI bool cricket::Candidate::is_prflx |
( |
| ) |
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.
◆ is_relay()
| MCAPI bool cricket::Candidate::is_relay |
( |
| ) |
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.
◆ is_stun()
| MCAPI bool cricket::Candidate::is_stun |
( |
| ) |
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.
◆ operator!=()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ operator==()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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_password()
| MCAPI void cricket::Candidate::set_password |
( |
::std::string_view | password | ) |
|
|
inherited |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ set_username()
| MCAPI void cricket::Candidate::set_username |
( |
::std::string_view | 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.
◆ type_name()
| MCAPI::std::string_view cricket::Candidate::type_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.
◆ Assign()
| static MCAPI void cricket::Candidate::Assign |
( |
::std::string & | s, |
|
|
::std::string_view | view ) |
|
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.
◆ $ctor() [1/3]
| MCAPI void * cricket::Candidate::$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.
◆ $ctor() [2/3]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor() [3/3]
| MCAPI void * cricket::Candidate::$ctor |
( |
int | component, |
|
|
::std::string_view | protocol, |
|
|
::rtc::SocketAddress const & | address, |
|
|
uint | priority, |
|
|
::std::string_view | username, |
|
|
::std::string_view | password, |
|
|
::webrtc::IceCandidateType | type, |
|
|
uint | generation, |
|
|
::std::string_view | foundation, |
|
|
ushort | network_id, |
|
|
ushort | network_cost ) |
|
inherited |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: