LeviLamina
Loading...
Searching...
No Matches
JsepCandidateCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cricket { class Candidate; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI ::webrtc::JsepCandidateCollection Clone() const;
22
24
26
27 MCAPI uint64 remove(::cricket::Candidate const&);
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCAPI void* $ctor();
34
35 MCAPI void* $ctor(::webrtc::JsepCandidateCollection&&);
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace webrtc
Definition Candidate.h:15
Definition JsepCandidateCollection.h:12