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