LeviLamina
Loading...
Searching...
No Matches
StreamsConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 StreamsConfig& operator=(StreamsConfig const&);
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI StreamsConfig();
27
29
30 MCAPI ~StreamsConfig();
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor();
37
38 MCAPI void* $ctor(::webrtc::StreamsConfig const&);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace webrtc
Definition Alias.h:14
Definition StreamsConfig.h:7