LeviLamina
Loading...
Searching...
No Matches
TransportDescriptionFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/ConnectionRole.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cricket { class IceCredentialsIterator; }
11namespace cricket { struct TransportDescription; }
12namespace cricket { struct TransportOptions; }
13namespace webrtc { class FieldTrialsView; }
14// clang-format on
15
16namespace cricket {
17
19public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI ::std::unique_ptr<::cricket::TransportDescription> CreateAnswer(
38 ::cricket::TransportOptions const& options,
39 bool require_transport_attributes,
40 ::cricket::TransportDescription const* current_description,
42 ) const;
43
44 MCNAPI ::std::unique_ptr<::cricket::TransportDescription> CreateOffer(
45 ::cricket::TransportOptions const& options,
46 ::cricket::TransportDescription const* current_description,
48 ) const;
49
50 MCNAPI bool SetSecurityInfo(::cricket::TransportDescription* desc, ::cricket::ConnectionRole role) const;
51
52 MCNAPI explicit TransportDescriptionFactory(::webrtc::FieldTrialsView const& field_trials);
53
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCNAPI void* $ctor(::webrtc::FieldTrialsView const& field_trials);
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCNAPI void $dtor();
67 // NOLINTEND
68};
69
70} // namespace cricket
Definition IceCredentialsIterator.h:12
Definition TransportDescriptionFactory.h:18
MCAPI bool SetSecurityInfo(::cricket::TransportDescription *desc, ::cricket::ConnectionRole role) const
MCAPI TransportDescriptionFactory(::webrtc::FieldTrialsView const &field_trials)
MCAPI ::std::unique_ptr<::cricket::TransportDescription > CreateAnswer(::cricket::TransportDescription const *offer, ::cricket::TransportOptions const &options, bool require_transport_attributes, ::cricket::TransportDescription const *current_description, ::cricket::IceCredentialsIterator *ice_credentials) const
MCAPI ::std::unique_ptr<::cricket::TransportDescription > CreateOffer(::cricket::TransportOptions const &options, ::cricket::TransportDescription const *current_description, ::cricket::IceCredentialsIterator *ice_credentials) const
MCAPI void * $ctor(::webrtc::FieldTrialsView const &field_trials)
Definition FieldTrialsView.h:7
Definition TransportDescription.h:17
Definition TransportOptions.h:7
Definition Alias.h:14