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
47 MCNAPI
49
51 // NOLINTEND
52
53public:
54 // static functions
55 // NOLINTBEGIN
56 MCNAPI static ::webrtc::scoped_refptr<::webrtc::ConnectionContext>
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCNAPI void $dtor();
70 // NOLINTEND
71};
72
73} // namespace webrtc
Definition RefCountedNonVirtual.h:8
Definition ConnectionContext.h:17
MCAPI ConnectionContext(::webrtc::Environment const &env, ::webrtc::PeerConnectionFactoryDependencies *dependencies)
MCAPI void * $ctor(::webrtc::Environment const &env, ::webrtc::PeerConnectionFactoryDependencies *dependencies)
static MCAPI ::webrtc::scoped_refptr<::webrtc::ConnectionContext > Create(::webrtc::Environment const &env, ::webrtc::PeerConnectionFactoryDependencies *dependencies)
Definition Environment.h:7
Definition Alias.h:14
Definition PeerConnectionFactoryDependencies.h:7