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 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI ::std::unique_ptr<::cricket::TransportDescription> CreateAnswer(
29 bool,
32 ) const;
33
34 MCNAPI ::std::unique_ptr<::cricket::TransportDescription> CreateOffer(
38 ) const;
39
40 MCNAPI bool SetSecurityInfo(::cricket::TransportDescription*, ::cricket::ConnectionRole) const;
41
43
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCNAPI void* $ctor(::webrtc::FieldTrialsView const&);
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCNAPI void $dtor();
57 // NOLINTEND
58};
59
60} // namespace cricket
Definition IceCredentialsIterator.h:12
Definition TransportDescriptionFactory.h:18
MCAPI bool SetSecurityInfo(::cricket::TransportDescription *, ::cricket::ConnectionRole) const
MCAPI TransportDescriptionFactory(::webrtc::FieldTrialsView const &)
MCAPI ::std::unique_ptr<::cricket::TransportDescription > CreateAnswer(::cricket::TransportDescription const *, ::cricket::TransportOptions const &, bool, ::cricket::TransportDescription const *, ::cricket::IceCredentialsIterator *) const
MCAPI void * $ctor(::webrtc::FieldTrialsView const &)
MCAPI ::std::unique_ptr<::cricket::TransportDescription > CreateOffer(::cricket::TransportOptions const &, ::cricket::TransportDescription const *, ::cricket::IceCredentialsIterator *) const
Definition FieldTrialsView.h:7
Definition TransportDescription.h:17
Definition TransportOptions.h:7