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
10struct VoiceSenderInfo : public ::cricket::MediaSenderInfo {
11public:
12 // member variables
13 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 VoiceSenderInfo(VoiceSenderInfo const&);
25 VoiceSenderInfo();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI ::cricket::VoiceSenderInfo& operator=(::cricket::VoiceSenderInfo const&);
31
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI void $dtor();
39 // NOLINTEND
40};
41
42} // namespace cricket
Definition MediaSenderInfo.h:7
Definition VoiceSenderInfo.h:10
MCAPI::cricket::VoiceSenderInfo & operator=(::cricket::VoiceSenderInfo const &)
Definition Alias.h:14