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
34 ::webrtc::IceCandidateType local_candidate_type,
35 ::webrtc::IceCandidateType remote_candidate_type
36 );
37
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI void* $ctor(::webrtc::IceCandidatePairDescription const& other);
45
46 MCNAPI void*
47 $ctor(::webrtc::IceCandidateType local_candidate_type, ::webrtc::IceCandidateType remote_candidate_type);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace webrtc
Definition IceCandidatePairDescription.h:10
MCAPI IceCandidatePairDescription(::webrtc::IceCandidateType local_candidate_type, ::webrtc::IceCandidateType remote_candidate_type)
MCAPI void * $ctor(::webrtc::IceCandidateType local_candidate_type, ::webrtc::IceCandidateType remote_candidate_type)
MCAPI IceCandidatePairDescription(::webrtc::IceCandidatePairDescription const &other)
MCAPI void * $ctor(::webrtc::IceCandidatePairDescription const &other)
Definition Alias.h:14