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 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI bool Initialize(::std::string const&, ::webrtc::SdpParseError*);
22
23 MCNAPI JsepIceCandidate(::std::string const&, int);
24
25 MCNAPI JsepIceCandidate(::std::string const&, int, ::cricket::Candidate const&);
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor(::std::string const&, int);
32
33 MCNAPI void* $ctor(::std::string const&, int, ::cricket::Candidate const&);
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
42
43} // namespace webrtc
Definition Candidate.h:15
Definition JsepIceCandidate.h:13
MCAPI void * $ctor(::std::string const &, int)
MCAPI void * $ctor(::std::string const &, int, ::cricket::Candidate const &)
MCAPI JsepIceCandidate(::std::string const &, int)
MCAPI bool Initialize(::std::string const &, ::webrtc::SdpParseError *)
MCAPI JsepIceCandidate(::std::string const &, int, ::cricket::Candidate const &)
static MCAPI void ** $vftable()
Definition SdpParseError.h:7