LeviLamina
Loading...
Searching...
No Matches
RtpTransportControllerSendFactoryInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class RtpTransportControllerSendInterface; }
8namespace webrtc { struct RtpTransportConfig; }
9// clang-format on
10
11namespace webrtc {
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
19
20 // vIndex: 1
21 virtual ::std::unique_ptr<::webrtc::RtpTransportControllerSendInterface>
22 Create(::webrtc::RtpTransportConfig const&) = 0;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
37
38} // namespace webrtc
Definition RtpTransportControllerSendFactoryInterface.h:13
Definition RtpTransportConfig.h:7