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