LeviLamina
Loading...
Searching...
No Matches
JsepIceCandidate.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/IceCandidateInterface.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cricket { class Candidate; }
11namespace webrtc { struct SdpParseError; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 JsepIceCandidate& operator=(JsepIceCandidate const&);
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~JsepIceCandidate() /*override*/;
36
37 // vIndex: 1
38 virtual ::std::string sdp_mid() const /*override*/;
39
40 // vIndex: 2
41 virtual int sdp_mline_index() const /*override*/;
42
43 // vIndex: 3
44 virtual ::cricket::Candidate const& candidate() const /*override*/;
45
46 // vIndex: 4
47 virtual ::std::string server_url() const /*override*/;
48
49 // vIndex: 5
50 virtual bool ToString(::std::string* out) const /*override*/;
51 // NOLINTEND
52
53public:
54 // member functions
55 // NOLINTBEGIN
56 MCNAPI bool Initialize(::std::string const& sdp, ::webrtc::SdpParseError* err);
57
58 MCNAPI JsepIceCandidate(::std::string const& sdp_mid, int sdp_mline_index);
59
60 MCNAPI JsepIceCandidate(::std::string const& sdp_mid, int sdp_mline_index, ::cricket::Candidate const& candidate);
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
66 MCNAPI void* $ctor(::std::string const& sdp_mid, int sdp_mline_index);
67
68 MCNAPI void* $ctor(::std::string const& sdp_mid, int sdp_mline_index, ::cricket::Candidate const& candidate);
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCNAPI void $dtor();
75 // NOLINTEND
76
77public:
78 // virtual function thunks
79 // NOLINTBEGIN
80 MCNAPI ::std::string $sdp_mid() const;
81
82 MCNAPI int $sdp_mline_index() const;
83
84 MCNAPI ::cricket::Candidate const& $candidate() const;
85
86 MCNAPI ::std::string $server_url() const;
87
88 MCNAPI bool $ToString(::std::string* out) const;
89 // NOLINTEND
90
91public:
92 // vftables
93 // NOLINTBEGIN
94 MCNAPI static void** $vftable();
95 // NOLINTEND
96};
97
98} // namespace webrtc
Definition Candidate.h:15
Definition IceCandidateInterface.h:12
Definition JsepIceCandidate.h:16
MCAPI::std::string $server_url() const
MCAPI void * $ctor(::std::string const &sdp_mid, int sdp_mline_index)
MCAPI bool $ToString(::std::string *out) const
MCAPI::std::string $sdp_mid() const
MCAPI JsepIceCandidate(::std::string const &sdp_mid, int sdp_mline_index, ::cricket::Candidate const &candidate)
MCAPI void * $ctor(::std::string const &sdp_mid, int sdp_mline_index, ::cricket::Candidate const &candidate)
MCAPI::cricket::Candidate const & $candidate() const
MCAPI int $sdp_mline_index() const
MCAPI bool Initialize(::std::string const &sdp, ::webrtc::SdpParseError *err)
MCAPI JsepIceCandidate(::std::string const &sdp_mid, int sdp_mline_index)
static MCAPI void ** $vftable()
Definition Alias.h:14
Definition SdpParseError.h:7