LeviLamina
Loading...
Searching...
No Matches
ConnectionContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/RefCountedNonVirtual.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class Environment; }
12namespace webrtc { struct PeerConnectionFactoryDependencies; }
13// clang-format on
14
15namespace webrtc {
16
17class ConnectionContext : public ::rtc::RefCountedNonVirtual<::webrtc::ConnectionContext> {
18public:
19 // member variables
20 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // prevent constructor by default
40 ConnectionContext& operator=(ConnectionContext const&);
43
44public:
45 // member functions
46 // NOLINTBEGIN
48
49 MCAPI ~ConnectionContext();
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static ::webrtc::scoped_refptr<::webrtc::ConnectionContext>
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70};
71
72} // namespace webrtc
Definition RefCountedNonVirtual.h:8
Definition ConnectionContext.h:17
Definition Environment.h:7
Definition Alias.h:14
Definition PeerConnectionFactoryDependencies.h:7