LeviLamina
Loading...
Searching...
No Matches
JsepTransportDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cricket { struct TransportDescription; }
8// clang-format on
9
10namespace cricket {
11
13public:
14 // member variables
15 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33 bool rtcp_mux_enabled,
34 ::std::vector<int> const& encrypted_header_extension_ids,
35 int rtp_abs_sendtime_extn_id,
36 ::cricket::TransportDescription const& transport_desc
37 );
38
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI void* $ctor(::cricket::JsepTransportDescription const& from);
46
47 MCNAPI void* $ctor(
48 bool rtcp_mux_enabled,
49 ::std::vector<int> const& encrypted_header_extension_ids,
50 int rtp_abs_sendtime_extn_id,
51 ::cricket::TransportDescription const& transport_desc
52 );
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
61
62} // namespace cricket
Definition JsepTransportDescription.h:12
MCAPI JsepTransportDescription(::cricket::JsepTransportDescription const &from)
MCAPI JsepTransportDescription(bool rtcp_mux_enabled, ::std::vector< int > const &encrypted_header_extension_ids, int rtp_abs_sendtime_extn_id, ::cricket::TransportDescription const &transport_desc)
MCAPI void * $ctor(::cricket::JsepTransportDescription const &from)
MCAPI void * $ctor(bool rtcp_mux_enabled, ::std::vector< int > const &encrypted_header_extension_ids, int rtp_abs_sendtime_extn_id, ::cricket::TransportDescription const &transport_desc)
Definition TransportDescription.h:17
Definition Alias.h:14