LeviLamina
Loading...
Searching...
No Matches
SctpTransportInformation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/SctpTransportState.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class DtlsTransportInterface; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member variables
19 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
35 MCAPI
36 SctpTransportInformation(::webrtc::SctpTransportState, ::webrtc::scoped_refptr<::webrtc::DtlsTransportInterface>, ::std::optional<double>, ::std::optional<int>);
37
38 MCAPI ::webrtc::SctpTransportInformation& operator=(::webrtc::SctpTransportInformation const&);
39
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(::webrtc::SctpTransportInformation const&);
47
48 MCAPI void*
49 $ctor(::webrtc::SctpTransportState, ::webrtc::scoped_refptr<::webrtc::DtlsTransportInterface>, ::std::optional<double>, ::std::optional<int>);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCAPI void $dtor();
56 // NOLINTEND
57};
58
59} // namespace webrtc
Definition SctpTransportInformation.h:16
Definition scoped_refptr.h:8
Definition Alias.h:14