LeviLamina
Loading...
Searching...
No Matches
PeerConnectionDependencies.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class PeerConnectionObserver; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // member variables
15 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
38
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
46
47 MCNAPI void* $ctor(::webrtc::PeerConnectionObserver* observer_in);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace webrtc
Definition PeerConnectionObserver.h:22
Definition Alias.h:14
Definition PeerConnectionDependencies.h:12
MCAPI PeerConnectionDependencies(::webrtc::PeerConnectionObserver *observer_in)
MCAPI void * $ctor(::webrtc::PeerConnectionDependencies &&)
MCAPI void * $ctor(::webrtc::PeerConnectionObserver *observer_in)
MCAPI PeerConnectionDependencies(::webrtc::PeerConnectionDependencies &&)