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 // member variables
17 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI ::webrtc::BitrateConstraints GetConfig() const;
34
35 MCNAPI explicit RtpBitrateConfigurator(::webrtc::BitrateConstraints const& bitrate_config);
36
37 MCNAPI ::std::optional<::webrtc::BitrateConstraints> UpdateConstraints(::std::optional<int> const& new_start);
38
39 MCNAPI ::std::optional<::webrtc::BitrateConstraints>
41
42 MCNAPI ::std::optional<::webrtc::BitrateConstraints> UpdateWithRelayCap(::webrtc::DataRate cap);
43
44 MCNAPI ::std::optional<::webrtc::BitrateConstraints>
46
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI void* $ctor(::webrtc::BitrateConstraints const& bitrate_config);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCNAPI void $dtor();
60 // NOLINTEND
61};
62
63} // namespace webrtc
Definition DataRate.h:10
Definition RtpBitrateConfigurator.h:14
MCAPI void * $ctor(::webrtc::BitrateConstraints const &bitrate_config)
MCAPI ::std::optional<::webrtc::BitrateConstraints > UpdateConstraints(::std::optional< int > const &new_start)
MCAPI::webrtc::BitrateConstraints GetConfig() const
MCAPI ::std::optional<::webrtc::BitrateConstraints > UpdateWithRelayCap(::webrtc::DataRate cap)
MCAPI RtpBitrateConfigurator(::webrtc::BitrateConstraints const &bitrate_config)
MCAPI ::std::optional<::webrtc::BitrateConstraints > UpdateWithClientPreferences(::webrtc::BitrateSettings const &bitrate_mask)
MCAPI ::std::optional<::webrtc::BitrateConstraints > UpdateWithSdpParameters(::webrtc::BitrateConstraints const &bitrate_config)
Definition Alias.h:14
Definition BitrateConstraints.h:7
Definition BitrateSettings.h:7