LeviLamina
Loading...
Searching...
No Matches
RtcpParameters.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 RtcpParameters& operator=(RtcpParameters const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI RtcpParameters();
25
27
28 MCAPI bool operator==(::webrtc::RtcpParameters const&) const;
29
30 MCAPI ~RtcpParameters();
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor();
37
38 MCAPI void* $ctor(::webrtc::RtcpParameters 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 RtcpParameters.h:7