LeviLamina
Loading...
Searching...
No Matches
VoiceMediaSendChannelInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/MediaSendChannelInterface.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cricket { class AudioSource; }
11namespace cricket { struct AudioOptions; }
12namespace cricket { struct AudioSenderParameter; }
13namespace cricket { struct VoiceMediaSendInfo; }
14// clang-format on
15
16namespace cricket {
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 22
23 virtual bool SetSenderParameters(::cricket::AudioSenderParameter const&) = 0;
24
25 // vIndex: 23
26 virtual void SetSend(bool) = 0;
27
28 // vIndex: 24
29 virtual bool SetAudioSend(uint, bool, ::cricket::AudioOptions const*, ::cricket::AudioSource*) = 0;
30
31 // vIndex: 25
32 virtual bool CanInsertDtmf() = 0;
33
34 // vIndex: 26
35 virtual bool InsertDtmf(uint, int, int) = 0;
36
37 // vIndex: 27
38 virtual bool GetStats(::cricket::VoiceMediaSendInfo*) = 0;
39
40 // vIndex: 28
41 virtual bool SenderNackEnabled() const = 0;
42
43 // vIndex: 29
44 virtual bool SenderNonSenderRttEnabled() const = 0;
45
46 // vIndex: 0
47 virtual ~VoiceMediaSendChannelInterface() /*override*/ = default;
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59
60 // NOLINTEND
61};
62
63} // namespace cricket
Definition AudioSource.h:7
Definition MediaSendChannelInterface.h:28
Definition VoiceMediaSendChannelInterface.h:18
Definition AudioOptions.h:7
Definition AudioSenderParameter.h:10
Definition VoiceMediaSendInfo.h:7