LeviLamina
Loading...
Searching...
No Matches
AudioRtpSender.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtpSenderBase.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace rtc { class Thread; }
12namespace webrtc { class LegacyStatsCollectorInterface; }
13// clang-format on
14
15namespace webrtc {
16
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static ::webrtc::scoped_refptr<::webrtc::AudioRtpSender>
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void*
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCAPI static void** $vftableForObserverInterface();
43
44 MCAPI static void** $vftable();
45
46 MCAPI static void** $vftableForRtpSenderInternal();
47 // NOLINTEND
48};
49
50} // namespace webrtc
Definition Thread.h:20
Definition AudioRtpSender.h:17
Definition LegacyStatsCollectorInterface.h:7
Definition RtpSenderBase.h:22