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