3#include "mc/_HeaderOutputPredefine.h"
7namespace webrtc {
class DataRate; }
8namespace webrtc {
struct BitrateConstraints; }
9namespace webrtc {
struct BitrateSettings; }
33 MCNAPI ::webrtc::BitrateConstraints
GetConfig()
const;
37 MCNAPI ::std::optional<::webrtc::BitrateConstraints>
UpdateConstraints(::std::optional<int>
const& new_start);
39 MCNAPI ::std::optional<::webrtc::BitrateConstraints>
44 MCNAPI ::std::optional<::webrtc::BitrateConstraints>
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 ~RtpBitrateConfigurator()
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 BitrateConstraints.h:7
Definition BitrateSettings.h:7