LeviLamina
Loading...
Searching...
No Matches
RtpBitrateConfigurator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class DataRate; }
8namespace webrtc { struct BitrateConstraints; }
9namespace webrtc { struct BitrateSettings; }
10// clang-format on
11
12namespace webrtc {
13
15public:
16 // prevent constructor by default
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCNAPI ::webrtc::BitrateConstraints GetConfig() const;
23
25
26 MCNAPI ::std::optional<::webrtc::BitrateConstraints> UpdateConstraints(::std::optional<int> const&);
27
28 MCNAPI ::std::optional<::webrtc::BitrateConstraints> UpdateWithClientPreferences(::webrtc::BitrateSettings const&);
29
30 MCNAPI ::std::optional<::webrtc::BitrateConstraints> UpdateWithRelayCap(::webrtc::DataRate);
31
32 MCNAPI ::std::optional<::webrtc::BitrateConstraints> UpdateWithSdpParameters(::webrtc::BitrateConstraints const&);
33
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCNAPI void* $ctor(::webrtc::BitrateConstraints const&);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
49
50} // namespace webrtc
Definition DataRate.h:10
Definition BitrateConstraints.h:7
Definition BitrateSettings.h:7
Definition RtpBitrateConfigurator.h:14
MCAPI void * $ctor(::webrtc::BitrateConstraints const &)
MCAPI ::std::optional<::webrtc::BitrateConstraints > UpdateWithRelayCap(::webrtc::DataRate)
MCAPI RtpBitrateConfigurator(::webrtc::BitrateConstraints const &)
MCAPI ::std::optional<::webrtc::BitrateConstraints > UpdateConstraints(::std::optional< int > const &)
MCAPI::webrtc::BitrateConstraints GetConfig() const
MCAPI ::std::optional<::webrtc::BitrateConstraints > UpdateWithSdpParameters(::webrtc::BitrateConstraints const &)
MCAPI ::std::optional<::webrtc::BitrateConstraints > UpdateWithClientPreferences(::webrtc::BitrateSettings const &)