LeviLamina
Loading...
Searching...
No Matches
FlexfecSender.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class Clock; }
8namespace webrtc { struct RtpExtension; }
9namespace webrtc { struct RtpExtensionSize; }
10namespace webrtc { struct RtpState; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCAPI
20 FlexfecSender(int, uint, uint, ::std::string_view, ::std::vector<::webrtc::RtpExtension> const&, ::rtc::ArrayView<::webrtc::RtpExtensionSize const>, ::webrtc::RtpState const*, ::webrtc::Clock*);
21 // NOLINTEND
22
23public:
24 // constructor thunks
25 // NOLINTBEGIN
26 MCAPI void*
27 $ctor(int, uint, uint, ::std::string_view, ::std::vector<::webrtc::RtpExtension> const&, ::rtc::ArrayView<::webrtc::RtpExtensionSize const>, ::webrtc::RtpState const*, ::webrtc::Clock*);
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCAPI static void** $vftable();
34 // NOLINTEND
35};
36
37} // namespace webrtc
Definition _HeaderOutputPredefine.h:238
Definition Clock.h:13
Definition FlexfecSender.h:15
Definition RtpState.h:7