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 // prevent constructor by default
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 ::std::unique_ptr<::webrtc::ModuleRtpRtcpImpl2>,
24 ::std::unique_ptr<::webrtc::RTPSenderVideo>,
25 ::std::unique_ptr<::webrtc::VideoFecGenerator>
26 );
27
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCNAPI void* $ctor(
35 ::std::unique_ptr<::webrtc::ModuleRtpRtcpImpl2>,
36 ::std::unique_ptr<::webrtc::RTPSenderVideo>,
37 ::std::unique_ptr<::webrtc::VideoFecGenerator>
38 );
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace webrtc::webrtc_internal_rtp_video_sender
MCAPI RtpStreamSender(::std::unique_ptr<::webrtc::ModuleRtpRtcpImpl2 >, ::std::unique_ptr<::webrtc::RTPSenderVideo >, ::std::unique_ptr<::webrtc::VideoFecGenerator >)
MCAPI void * $ctor(::std::unique_ptr<::webrtc::ModuleRtpRtcpImpl2 >, ::std::unique_ptr<::webrtc::RTPSenderVideo >, ::std::unique_ptr<::webrtc::VideoFecGenerator >)