LeviLamina
Loading...
Searching...
No Matches
VoiceSenderInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/MediaSenderInfo.h"
7
8namespace cricket {
9
11public:
12 // member variables
13 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 VoiceSenderInfo& operator=(VoiceSenderInfo const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCAPI ~VoiceSenderInfo();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::cricket::VoiceSenderInfo const&);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace cricket
Definition MediaSenderInfo.h:7
Definition VoiceSenderInfo.h:10
Definition Alias.h:14