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
25
27
28 MCNAPI bool operator==(::webrtc::RtcpParameters const&) const;
29
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor();
37
38 MCNAPI void* $ctor(::webrtc::RtcpParameters const&);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace webrtc
Definition Alias.h:14
Definition RtcpParameters.h:7
MCAPI bool operator==(::webrtc::RtcpParameters const &) const
MCAPI void * $ctor(::webrtc::RtcpParameters const &)
MCAPI void * $ctor()
MCAPI RtcpParameters(::webrtc::RtcpParameters const &)