LeviLamina
Loading...
Searching...
No Matches
IceConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/ContinualGatheringPolicy.h"
7
8namespace cricket {
9
10struct IceConfig {
11public:
12 // member functions
13 // NOLINTBEGIN
14 MCNAPI IceConfig();
15
16 MCNAPI IceConfig(int, int, ::cricket::ContinualGatheringPolicy, bool, int, bool, int, int);
17
19
21
23
25
27
29
31
33
34 MCNAPI int receiving_timeout_or_default() const;
35
37
39
41
42 MCNAPI ~IceConfig();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor();
49
50 MCNAPI void* $ctor(int, int, ::cricket::ContinualGatheringPolicy, bool, int, bool, int, int);
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCNAPI void $dtor();
57 // NOLINTEND
58};
59
60} // namespace cricket
Definition IceConfig.h:10
MCAPI int ice_unwritable_timeout_or_default() const
MCAPI int regather_on_failed_networks_interval_or_default() const
MCAPI int backup_connection_ping_interval_or_default() const
MCAPI int ice_inactive_timeout_or_default() const
MCAPI int receiving_timeout_or_default() const
MCAPI int stable_writable_connection_ping_interval_or_default() const
MCAPI void * $ctor()
MCAPI int ice_unwritable_min_checks_or_default() const
MCAPI int ice_check_interval_weak_connectivity_or_default() const
MCAPI int ice_check_min_interval_or_default() const
MCAPI int stun_keepalive_interval_or_default() const
MCAPI void * $ctor(int, int, ::cricket::ContinualGatheringPolicy, bool, int, bool, int, int)
MCAPI int ice_check_interval_strong_connectivity_or_default() const
MCAPI IceConfig(int, int, ::cricket::ContinualGatheringPolicy, bool, int, bool, int, int)
MCAPI void $dtor()
MCAPI int receiving_switching_delay_or_default() const