LeviLamina
Loading...
Searching...
No Matches
RtcpFeedback.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtcpFeedbackMessageType.h"
7#include "mc/external/webrtc/RtcpFeedbackType.h"
8
9namespace webrtc {
10
12public:
13 // member variables
14 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 RtcpFeedback& operator=(RtcpFeedback const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
29 MCNAPI explicit RtcpFeedback(::webrtc::RtcpFeedbackType);
30
31 MCNAPI RtcpFeedback(::webrtc::RtcpFeedbackType, ::webrtc::RtcpFeedbackMessageType);
32
33 MCNAPI ~RtcpFeedback();
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI void* $ctor(::webrtc::RtcpFeedback const&);
40
41 MCNAPI void* $ctor(::webrtc::RtcpFeedbackType);
42
43 MCNAPI void* $ctor(::webrtc::RtcpFeedbackType, ::webrtc::RtcpFeedbackMessageType);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace webrtc
Definition Alias.h:14
Definition RtcpFeedback.h:11
MCAPI RtcpFeedback(::webrtc::RtcpFeedbackType, ::webrtc::RtcpFeedbackMessageType)
MCAPI RtcpFeedback(::webrtc::RtcpFeedbackType)
MCAPI void * $ctor(::webrtc::RtcpFeedbackType, ::webrtc::RtcpFeedbackMessageType)
MCAPI RtcpFeedback(::webrtc::RtcpFeedback const &)
MCAPI void $dtor()
MCAPI void * $ctor(::webrtc::RtcpFeedback const &)
MCAPI void * $ctor(::webrtc::RtcpFeedbackType)