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 // prevent constructor by default
19 DtmfSender();
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI void DoInsertDtmf();
25
27
29
30 MCNAPI void QueueInsertDtmf(uint);
31
32 MCNAPI void StopSending();
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static ::webrtc::scoped_refptr<::webrtc::DtmfSender>
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
54
55} // namespace webrtc
Definition DtmfProviderInterface.h:7
Definition DtmfSender.h:16
MCAPI DtmfSender(::webrtc::TaskQueueBase *, ::webrtc::DtmfProviderInterface *)
MCAPI void * $ctor(::webrtc::TaskQueueBase *, ::webrtc::DtmfProviderInterface *)
static MCAPI ::webrtc::scoped_refptr<::webrtc::DtmfSender > Create(::webrtc::TaskQueueBase *, ::webrtc::DtmfProviderInterface *)
MCAPI void QueueInsertDtmf(uint)
static MCAPI void ** $vftable()
MCAPI void DoInsertDtmf()
MCAPI void StopSending()
MCAPI void OnDtmfProviderDestroyed()
Definition TaskQueueBase.h:16