LeviLamina
Loading...
Searching...
No Matches
RtpStreamSender.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class ModuleRtpRtcpImpl2; }
8namespace webrtc { class RTPSenderVideo; }
9namespace webrtc { class VideoFecGenerator; }
10// clang-format on
11
12namespace webrtc::webrtc_internal_rtp_video_sender {
13
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCAPI
19 RtpStreamSender(::std::unique_ptr<::webrtc::ModuleRtpRtcpImpl2>, ::std::unique_ptr<::webrtc::RTPSenderVideo>, ::std::unique_ptr<::webrtc::VideoFecGenerator>);
20
21 MCAPI ~RtpStreamSender();
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCAPI void*
28 $ctor(::std::unique_ptr<::webrtc::ModuleRtpRtcpImpl2>, ::std::unique_ptr<::webrtc::RTPSenderVideo>, ::std::unique_ptr<::webrtc::VideoFecGenerator>);
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCAPI void $dtor();
35 // NOLINTEND
36};
37
38} // namespace webrtc::webrtc_internal_rtp_video_sender