LeviLamina
Loading...
Searching...
No Matches
JsepIceCandidate.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; }
8namespace webrtc { struct SdpParseError; }
9// clang-format on
10
11namespace webrtc {
12
14public:
15 // member functions
16 // NOLINTBEGIN
17 MCAPI bool Initialize(::std::string const&, ::webrtc::SdpParseError*);
18
19 MCAPI JsepIceCandidate(::std::string const&, int);
20
21 MCAPI JsepIceCandidate(::std::string const&, int, ::cricket::Candidate const&);
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCAPI void* $ctor(::std::string const&, int);
28
29 MCAPI void* $ctor(::std::string const&, int, ::cricket::Candidate const&);
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCAPI static void** $vftable();
36 // NOLINTEND
37};
38
39} // namespace webrtc
Definition Candidate.h:15
Definition JsepIceCandidate.h:13
Definition SdpParseError.h:7