LeviLamina
Loading...
Searching...
No Matches
IceEventLog.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/IceCandidatePairConfigType.h"
7#include "mc/external/webrtc/IceCandidatePairEventType.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class IceCandidatePairDescription; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 IceEventLog& operator=(IceEventLog const&);
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCNAPI IceEventLog();
35
37 ::webrtc::IceCandidatePairConfigType type,
38 uint candidate_pair_id,
39 ::webrtc::IceCandidatePairDescription const& candidate_pair_desc
40 );
41
42 MCNAPI void
43 LogCandidatePairEvent(::webrtc::IceCandidatePairEventType type, uint candidate_pair_id, uint transaction_id);
44
45 MCNAPI ~IceEventLog();
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCNAPI void* $ctor();
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCNAPI void $dtor();
58 // NOLINTEND
59};
60
61} // namespace webrtc
Definition IceCandidatePairDescription.h:10
Definition IceEventLog.h:16
MCAPI void $dtor()
MCAPI void LogCandidatePairConfig(::webrtc::IceCandidatePairConfigType type, uint candidate_pair_id, ::webrtc::IceCandidatePairDescription const &candidate_pair_desc)
MCAPI void DumpCandidatePairDescriptionToMemoryAsConfigEvents() const
MCAPI void * $ctor()
MCAPI void LogCandidatePairEvent(::webrtc::IceCandidatePairEventType type, uint candidate_pair_id, uint transaction_id)
Definition Alias.h:14