LeviLamina
Loading...
Searching...
No Matches
IceCandidatePairDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/IceCandidateType.h"
7
8namespace webrtc {
9
11public:
12 // member variables
13 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCAPI IceCandidatePairDescription(::webrtc::IceCandidateType, ::webrtc::IceCandidateType);
34
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::webrtc::IceCandidatePairDescription const&);
42
43 MCAPI void* $ctor(::webrtc::IceCandidateType, ::webrtc::IceCandidateType);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace webrtc
Definition IceCandidatePairDescription.h:10
Definition Alias.h:14