4#ifndef GOOGLE_PROTOBUF_INCLUDED_debug_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_debug_2eproto
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3020000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
16#if 3020000 < PROTOBUF_MIN_PROTOC_VERSION
17#error This file was generated by an older version of protoc which is
18#error incompatible with your Protocol Buffer headers. Please
19#error regenerate this file with a newer version of protoc.
22#include <google/protobuf/port_undef.inc>
23#include <google/protobuf/io/coded_stream.h>
24#include <google/protobuf/arena.h>
25#include <google/protobuf/arenastring.h>
26#include <google/protobuf/generated_message_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/message_lite.h>
29#include <google/protobuf/repeated_field.h>
30#include <google/protobuf/extension_set.h>
31#include <google/protobuf/generated_enum_util.h>
33#include <google/protobuf/port_def.inc>
34#define PROTOBUF_INTERNAL_EXPORT_debug_2eproto
35PROTOBUF_NAMESPACE_OPEN
39PROTOBUF_NAMESPACE_CLOSE
48struct ConfigDefaultTypeInternal;
51struct EventDefaultTypeInternal;
54struct InitDefaultTypeInternal;
57struct PlayoutAudioDeviceInfoDefaultTypeInternal;
60struct ReverseStreamDefaultTypeInternal;
63struct RuntimeSettingDefaultTypeInternal;
66struct StreamDefaultTypeInternal;
70PROTOBUF_NAMESPACE_OPEN
78PROTOBUF_NAMESPACE_CLOSE
98 static_assert(::std::is_same<T, Event_Type>::value ||
99 ::std::is_integral<T>::value,
100 "Incorrect type passed to function Event_Type_Name.");
104 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
Event_Type* value);
108 public ::PROTOBUF_NAMESPACE_ID::MessageLite {
112 explicit PROTOBUF_CONSTEXPR
Init(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
117 *
this = ::std::move(from);
125 if (
this == &from)
return *
this;
126 if (GetOwningArena() == from.GetOwningArena()
127 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
128 && GetOwningArena() !=
nullptr
139 return _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString);
142 return _internal_metadata_.mutable_unknown_fields<std::string>();
149 return reinterpret_cast<const Init*
>(
159 if (other ==
this)
return;
160 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
161 if (GetOwningArena() !=
nullptr &&
162 GetOwningArena() == other->GetOwningArena()) {
164 if (GetOwningArena() == other->GetOwningArena()) {
168 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
172 if (other ==
this)
return;
173 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
179 Init*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena =
nullptr) const final {
180 return CreateMaybeMessage<Init>(arena);
185 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
191 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
201 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
203 return "webrtc.audioproc.Init";
206 explicit Init(::PROTOBUF_NAMESPACE_ID::Arena* arena,
207 bool is_message_owned =
false);
362 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
377 friend struct ::TableStruct_debug_2eproto;
382 public ::PROTOBUF_NAMESPACE_ID::MessageLite {
386 explicit PROTOBUF_CONSTEXPR
ReverseStream(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
391 *
this = ::std::move(from);
399 if (
this == &from)
return *
this;
400 if (GetOwningArena() == from.GetOwningArena()
401 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
402 && GetOwningArena() !=
nullptr
413 return _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString);
416 return _internal_metadata_.mutable_unknown_fields<std::string>();
433 if (other ==
this)
return;
434 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
435 if (GetOwningArena() !=
nullptr &&
436 GetOwningArena() == other->GetOwningArena()) {
438 if (GetOwningArena() == other->GetOwningArena()) {
442 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
446 if (other ==
this)
return;
447 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
454 return CreateMaybeMessage<ReverseStream>(arena);
459 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
465 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
475 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
477 return "webrtc.audioproc.ReverseStream";
481 bool is_message_owned =
false);
491 kChannelFieldNumber = 2,
492 kDataFieldNumber = 1,
495 int channel_size()
const;
497 int _internal_channel_size()
const;
499 void clear_channel();
500 const std::string& channel(
int index)
const;
501 std::string* mutable_channel(
int index);
502 void set_channel(
int index,
const std::string& value);
503 void set_channel(
int index, std::string&& value);
504 void set_channel(
int index,
const char* value);
505 void set_channel(
int index,
const void* value,
size_t size);
506 std::string* add_channel();
507 void add_channel(
const std::string& value);
508 void add_channel(std::string&& value);
509 void add_channel(
const char* value);
510 void add_channel(
const void* value,
size_t size);
511 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& channel()
const;
512 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_channel();
514 const std::string& _internal_channel(
int index)
const;
515 std::string* _internal_add_channel();
519 bool has_data()
const;
521 bool _internal_has_data()
const;
524 const std::string&
data()
const;
525 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
527 std::string* mutable_data();
528 PROTOBUF_NODISCARD std::string* release_data();
529 void set_allocated_data(std::string*
data);
531 const std::string& _internal_data()
const;
532 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_data(
const std::string& value);
533 std::string* _internal_mutable_data();
540 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
545 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>
channel_;
546 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
data_;
547 friend struct ::TableStruct_debug_2eproto;
552 public ::PROTOBUF_NAMESPACE_ID::MessageLite {
556 explicit PROTOBUF_CONSTEXPR
Stream(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
561 *
this = ::std::move(from);
569 if (
this == &from)
return *
this;
570 if (GetOwningArena() == from.GetOwningArena()
571 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
572 && GetOwningArena() !=
nullptr
583 return _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString);
586 return _internal_metadata_.mutable_unknown_fields<std::string>();
593 return reinterpret_cast<const Stream*
>(
603 if (other ==
this)
return;
604 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
605 if (GetOwningArena() !=
nullptr &&
606 GetOwningArena() == other->GetOwningArena()) {
608 if (GetOwningArena() == other->GetOwningArena()) {
612 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
616 if (other ==
this)
return;
617 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
623 Stream*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena =
nullptr) const final {
624 return CreateMaybeMessage<Stream>(arena);
629 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
635 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
645 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
647 return "webrtc.audioproc.Stream";
650 explicit Stream(::PROTOBUF_NAMESPACE_ID::Arena* arena,
651 bool is_message_owned =
false);
661 kInputChannelFieldNumber = 7,
662 kOutputChannelFieldNumber = 8,
663 kInputDataFieldNumber = 1,
664 kOutputDataFieldNumber = 2,
665 kDelayFieldNumber = 3,
666 kDriftFieldNumber = 4,
667 kAppliedInputVolumeFieldNumber = 5,
668 kKeypressFieldNumber = 6,
671 int input_channel_size()
const;
673 int _internal_input_channel_size()
const;
675 void clear_input_channel();
676 const std::string& input_channel(
int index)
const;
677 std::string* mutable_input_channel(
int index);
678 void set_input_channel(
int index,
const std::string& value);
679 void set_input_channel(
int index, std::string&& value);
680 void set_input_channel(
int index,
const char* value);
681 void set_input_channel(
int index,
const void* value,
size_t size);
682 std::string* add_input_channel();
683 void add_input_channel(
const std::string& value);
684 void add_input_channel(std::string&& value);
685 void add_input_channel(
const char* value);
686 void add_input_channel(
const void* value,
size_t size);
687 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& input_channel()
const;
688 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_input_channel();
690 const std::string& _internal_input_channel(
int index)
const;
691 std::string* _internal_add_input_channel();
695 int output_channel_size()
const;
697 int _internal_output_channel_size()
const;
699 void clear_output_channel();
700 const std::string& output_channel(
int index)
const;
701 std::string* mutable_output_channel(
int index);
702 void set_output_channel(
int index,
const std::string& value);
703 void set_output_channel(
int index, std::string&& value);
704 void set_output_channel(
int index,
const char* value);
705 void set_output_channel(
int index,
const void* value,
size_t size);
706 std::string* add_output_channel();
707 void add_output_channel(
const std::string& value);
708 void add_output_channel(std::string&& value);
709 void add_output_channel(
const char* value);
710 void add_output_channel(
const void* value,
size_t size);
711 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& output_channel()
const;
712 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_output_channel();
714 const std::string& _internal_output_channel(
int index)
const;
715 std::string* _internal_add_output_channel();
719 bool has_input_data()
const;
721 bool _internal_has_input_data()
const;
723 void clear_input_data();
724 const std::string& input_data()
const;
725 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
727 std::string* mutable_input_data();
728 PROTOBUF_NODISCARD std::string* release_input_data();
729 void set_allocated_input_data(std::string* input_data);
731 const std::string& _internal_input_data()
const;
732 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_input_data(
const std::string& value);
733 std::string* _internal_mutable_input_data();
737 bool has_output_data()
const;
739 bool _internal_has_output_data()
const;
741 void clear_output_data();
742 const std::string& output_data()
const;
743 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
745 std::string* mutable_output_data();
746 PROTOBUF_NODISCARD std::string* release_output_data();
747 void set_allocated_output_data(std::string* output_data);
749 const std::string& _internal_output_data()
const;
750 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_output_data(
const std::string& value);
751 std::string* _internal_mutable_output_data();
755 bool has_delay()
const;
757 bool _internal_has_delay()
const;
760 int32_t delay()
const;
761 void set_delay(int32_t value);
763 int32_t _internal_delay()
const;
764 void _internal_set_delay(int32_t value);
768 bool has_drift()
const;
770 bool _internal_has_drift()
const;
773 int32_t drift()
const;
774 void set_drift(int32_t value);
776 int32_t _internal_drift()
const;
777 void _internal_set_drift(int32_t value);
781 bool has_applied_input_volume()
const;
783 bool _internal_has_applied_input_volume()
const;
785 void clear_applied_input_volume();
786 int32_t applied_input_volume()
const;
787 void set_applied_input_volume(int32_t value);
789 int32_t _internal_applied_input_volume()
const;
790 void _internal_set_applied_input_volume(int32_t value);
794 bool has_keypress()
const;
796 bool _internal_has_keypress()
const;
798 void clear_keypress();
799 bool keypress()
const;
800 void set_keypress(
bool value);
802 bool _internal_keypress()
const;
803 void _internal_set_keypress(
bool value);
810 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
823 friend struct ::TableStruct_debug_2eproto;
828 public ::PROTOBUF_NAMESPACE_ID::MessageLite {
832 explicit PROTOBUF_CONSTEXPR
Config(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
837 *
this = ::std::move(from);
845 if (
this == &from)
return *
this;
846 if (GetOwningArena() == from.GetOwningArena()
847 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
848 && GetOwningArena() !=
nullptr
859 return _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString);
862 return _internal_metadata_.mutable_unknown_fields<std::string>();
869 return reinterpret_cast<const Config*
>(
879 if (other ==
this)
return;
880 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
881 if (GetOwningArena() !=
nullptr &&
882 GetOwningArena() == other->GetOwningArena()) {
884 if (GetOwningArena() == other->GetOwningArena()) {
888 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
892 if (other ==
this)
return;
893 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
899 Config*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena =
nullptr) const final {
900 return CreateMaybeMessage<Config>(arena);
905 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
911 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
921 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
923 return "webrtc.audioproc.Config";
926 explicit Config(::PROTOBUF_NAMESPACE_ID::Arena* arena,
927 bool is_message_owned =
false);
937 kExperimentsDescriptionFieldNumber = 17,
938 kAecEnabledFieldNumber = 1,
939 kAecDelayAgnosticEnabledFieldNumber = 2,
940 kAecDriftCompensationEnabledFieldNumber = 3,
941 kAecExtendedFilterEnabledFieldNumber = 4,
942 kAecSuppressionLevelFieldNumber = 5,
943 kAecmRoutingModeFieldNumber = 8,
944 kAecmEnabledFieldNumber = 6,
945 kAecmComfortNoiseEnabledFieldNumber = 7,
946 kAgcEnabledFieldNumber = 9,
947 kAgcLimiterEnabledFieldNumber = 11,
948 kAgcModeFieldNumber = 10,
949 kNoiseRobustAgcEnabledFieldNumber = 12,
950 kHpfEnabledFieldNumber = 13,
951 kNsEnabledFieldNumber = 14,
952 kTransientSuppressionEnabledFieldNumber = 16,
953 kNsLevelFieldNumber = 15,
954 kPreAmplifierEnabledFieldNumber = 19,
955 kPreAmplifierFixedGainFactorFieldNumber = 20,
958 bool has_experiments_description()
const;
960 bool _internal_has_experiments_description()
const;
962 void clear_experiments_description();
963 const std::string& experiments_description()
const;
964 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
966 std::string* mutable_experiments_description();
967 PROTOBUF_NODISCARD std::string* release_experiments_description();
968 void set_allocated_experiments_description(std::string* experiments_description);
970 const std::string& _internal_experiments_description()
const;
971 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_experiments_description(
const std::string& value);
972 std::string* _internal_mutable_experiments_description();
976 bool has_aec_enabled()
const;
978 bool _internal_has_aec_enabled()
const;
980 void clear_aec_enabled();
981 bool aec_enabled()
const;
982 void set_aec_enabled(
bool value);
984 bool _internal_aec_enabled()
const;
985 void _internal_set_aec_enabled(
bool value);
989 bool has_aec_delay_agnostic_enabled()
const;
991 bool _internal_has_aec_delay_agnostic_enabled()
const;
993 void clear_aec_delay_agnostic_enabled();
994 bool aec_delay_agnostic_enabled()
const;
995 void set_aec_delay_agnostic_enabled(
bool value);
997 bool _internal_aec_delay_agnostic_enabled()
const;
998 void _internal_set_aec_delay_agnostic_enabled(
bool value);
1002 bool has_aec_drift_compensation_enabled()
const;
1004 bool _internal_has_aec_drift_compensation_enabled()
const;
1006 void clear_aec_drift_compensation_enabled();
1007 bool aec_drift_compensation_enabled()
const;
1008 void set_aec_drift_compensation_enabled(
bool value);
1010 bool _internal_aec_drift_compensation_enabled()
const;
1011 void _internal_set_aec_drift_compensation_enabled(
bool value);
1015 bool has_aec_extended_filter_enabled()
const;
1017 bool _internal_has_aec_extended_filter_enabled()
const;
1019 void clear_aec_extended_filter_enabled();
1020 bool aec_extended_filter_enabled()
const;
1021 void set_aec_extended_filter_enabled(
bool value);
1023 bool _internal_aec_extended_filter_enabled()
const;
1024 void _internal_set_aec_extended_filter_enabled(
bool value);
1028 bool has_aec_suppression_level()
const;
1030 bool _internal_has_aec_suppression_level()
const;
1032 void clear_aec_suppression_level();
1033 int32_t aec_suppression_level()
const;
1034 void set_aec_suppression_level(int32_t value);
1036 int32_t _internal_aec_suppression_level()
const;
1037 void _internal_set_aec_suppression_level(int32_t value);
1041 PROTOBUF_DEPRECATED
bool has_aecm_routing_mode()
const;
1043 bool _internal_has_aecm_routing_mode()
const;
1045 PROTOBUF_DEPRECATED
void clear_aecm_routing_mode();
1046 PROTOBUF_DEPRECATED int32_t aecm_routing_mode()
const;
1047 PROTOBUF_DEPRECATED
void set_aecm_routing_mode(int32_t value);
1049 int32_t _internal_aecm_routing_mode()
const;
1050 void _internal_set_aecm_routing_mode(int32_t value);
1054 bool has_aecm_enabled()
const;
1056 bool _internal_has_aecm_enabled()
const;
1058 void clear_aecm_enabled();
1059 bool aecm_enabled()
const;
1060 void set_aecm_enabled(
bool value);
1062 bool _internal_aecm_enabled()
const;
1063 void _internal_set_aecm_enabled(
bool value);
1067 PROTOBUF_DEPRECATED
bool has_aecm_comfort_noise_enabled()
const;
1069 bool _internal_has_aecm_comfort_noise_enabled()
const;
1071 PROTOBUF_DEPRECATED
void clear_aecm_comfort_noise_enabled();
1072 PROTOBUF_DEPRECATED
bool aecm_comfort_noise_enabled()
const;
1073 PROTOBUF_DEPRECATED
void set_aecm_comfort_noise_enabled(
bool value);
1075 bool _internal_aecm_comfort_noise_enabled()
const;
1076 void _internal_set_aecm_comfort_noise_enabled(
bool value);
1080 bool has_agc_enabled()
const;
1082 bool _internal_has_agc_enabled()
const;
1084 void clear_agc_enabled();
1085 bool agc_enabled()
const;
1086 void set_agc_enabled(
bool value);
1088 bool _internal_agc_enabled()
const;
1089 void _internal_set_agc_enabled(
bool value);
1093 bool has_agc_limiter_enabled()
const;
1095 bool _internal_has_agc_limiter_enabled()
const;
1097 void clear_agc_limiter_enabled();
1098 bool agc_limiter_enabled()
const;
1099 void set_agc_limiter_enabled(
bool value);
1101 bool _internal_agc_limiter_enabled()
const;
1102 void _internal_set_agc_limiter_enabled(
bool value);
1106 bool has_agc_mode()
const;
1108 bool _internal_has_agc_mode()
const;
1110 void clear_agc_mode();
1111 int32_t agc_mode()
const;
1112 void set_agc_mode(int32_t value);
1114 int32_t _internal_agc_mode()
const;
1115 void _internal_set_agc_mode(int32_t value);
1119 bool has_noise_robust_agc_enabled()
const;
1121 bool _internal_has_noise_robust_agc_enabled()
const;
1123 void clear_noise_robust_agc_enabled();
1124 bool noise_robust_agc_enabled()
const;
1125 void set_noise_robust_agc_enabled(
bool value);
1127 bool _internal_noise_robust_agc_enabled()
const;
1128 void _internal_set_noise_robust_agc_enabled(
bool value);
1132 bool has_hpf_enabled()
const;
1134 bool _internal_has_hpf_enabled()
const;
1136 void clear_hpf_enabled();
1137 bool hpf_enabled()
const;
1138 void set_hpf_enabled(
bool value);
1140 bool _internal_hpf_enabled()
const;
1141 void _internal_set_hpf_enabled(
bool value);
1145 bool has_ns_enabled()
const;
1147 bool _internal_has_ns_enabled()
const;
1149 void clear_ns_enabled();
1150 bool ns_enabled()
const;
1151 void set_ns_enabled(
bool value);
1153 bool _internal_ns_enabled()
const;
1154 void _internal_set_ns_enabled(
bool value);
1158 bool has_transient_suppression_enabled()
const;
1160 bool _internal_has_transient_suppression_enabled()
const;
1162 void clear_transient_suppression_enabled();
1163 bool transient_suppression_enabled()
const;
1164 void set_transient_suppression_enabled(
bool value);
1166 bool _internal_transient_suppression_enabled()
const;
1167 void _internal_set_transient_suppression_enabled(
bool value);
1171 bool has_ns_level()
const;
1173 bool _internal_has_ns_level()
const;
1175 void clear_ns_level();
1176 int32_t ns_level()
const;
1177 void set_ns_level(int32_t value);
1179 int32_t _internal_ns_level()
const;
1180 void _internal_set_ns_level(int32_t value);
1184 bool has_pre_amplifier_enabled()
const;
1186 bool _internal_has_pre_amplifier_enabled()
const;
1188 void clear_pre_amplifier_enabled();
1189 bool pre_amplifier_enabled()
const;
1190 void set_pre_amplifier_enabled(
bool value);
1192 bool _internal_pre_amplifier_enabled()
const;
1193 void _internal_set_pre_amplifier_enabled(
bool value);
1197 bool has_pre_amplifier_fixed_gain_factor()
const;
1199 bool _internal_has_pre_amplifier_fixed_gain_factor()
const;
1201 void clear_pre_amplifier_fixed_gain_factor();
1202 float pre_amplifier_fixed_gain_factor()
const;
1203 void set_pre_amplifier_fixed_gain_factor(
float value);
1205 float _internal_pre_amplifier_fixed_gain_factor()
const;
1206 void _internal_set_pre_amplifier_fixed_gain_factor(
float value);
1213 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1237 friend struct ::TableStruct_debug_2eproto;
1242 public ::PROTOBUF_NAMESPACE_ID::MessageLite {
1251 *
this = ::std::move(from);
1259 if (
this == &from)
return *
this;
1260 if (GetOwningArena() == from.GetOwningArena()
1261 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1262 && GetOwningArena() !=
nullptr
1273 return _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString);
1276 return _internal_metadata_.mutable_unknown_fields<std::string>();
1293 if (other ==
this)
return;
1294 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1295 if (GetOwningArena() !=
nullptr &&
1296 GetOwningArena() == other->GetOwningArena()) {
1298 if (GetOwningArena() == other->GetOwningArena()) {
1302 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
1306 if (other ==
this)
return;
1307 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1314 return CreateMaybeMessage<PlayoutAudioDeviceInfo>(arena);
1319 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
1325 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1335 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1337 return "webrtc.audioproc.PlayoutAudioDeviceInfo";
1341 bool is_message_owned =
false);
1352 kMaxVolumeFieldNumber = 2,
1355 bool has_id()
const;
1357 bool _internal_has_id()
const;
1361 void set_id(int32_t value);
1363 int32_t _internal_id()
const;
1364 void _internal_set_id(int32_t value);
1368 bool has_max_volume()
const;
1370 bool _internal_has_max_volume()
const;
1372 void clear_max_volume();
1373 int32_t max_volume()
const;
1374 void set_max_volume(int32_t value);
1376 int32_t _internal_max_volume()
const;
1377 void _internal_set_max_volume(int32_t value);
1384 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1391 friend struct ::TableStruct_debug_2eproto;
1396 public ::PROTOBUF_NAMESPACE_ID::MessageLite {
1400 explicit PROTOBUF_CONSTEXPR
RuntimeSetting(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
1405 *
this = ::std::move(from);
1413 if (
this == &from)
return *
this;
1414 if (GetOwningArena() == from.GetOwningArena()
1415 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1416 && GetOwningArena() !=
nullptr
1427 return _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString);
1430 return _internal_metadata_.mutable_unknown_fields<std::string>();
1447 if (other ==
this)
return;
1448 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1449 if (GetOwningArena() !=
nullptr &&
1450 GetOwningArena() == other->GetOwningArena()) {
1452 if (GetOwningArena() == other->GetOwningArena()) {
1456 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
1460 if (other ==
this)
return;
1461 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1468 return CreateMaybeMessage<RuntimeSetting>(arena);
1473 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
1479 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1489 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1491 return "webrtc.audioproc.RuntimeSetting";
1495 bool is_message_owned =
false);
1505 kPlayoutAudioDeviceChangeFieldNumber = 5,
1506 kCapturePreGainFieldNumber = 1,
1507 kCustomRenderProcessingSettingFieldNumber = 2,
1508 kCaptureFixedPostGainFieldNumber = 3,
1509 kPlayoutVolumeChangeFieldNumber = 4,
1510 kCaptureOutputUsedFieldNumber = 6,
1511 kCapturePostGainFieldNumber = 7,
1514 bool has_playout_audio_device_change()
const;
1516 bool _internal_has_playout_audio_device_change()
const;
1518 void clear_playout_audio_device_change();
1519 const ::webrtc::audioproc::PlayoutAudioDeviceInfo& playout_audio_device_change()
const;
1520 PROTOBUF_NODISCARD ::webrtc::audioproc::PlayoutAudioDeviceInfo* release_playout_audio_device_change();
1524 const ::webrtc::audioproc::PlayoutAudioDeviceInfo& _internal_playout_audio_device_change()
const;
1527 void unsafe_arena_set_allocated_playout_audio_device_change(
1532 bool has_capture_pre_gain()
const;
1534 bool _internal_has_capture_pre_gain()
const;
1536 void clear_capture_pre_gain();
1537 float capture_pre_gain()
const;
1538 void set_capture_pre_gain(
float value);
1540 float _internal_capture_pre_gain()
const;
1541 void _internal_set_capture_pre_gain(
float value);
1545 bool has_custom_render_processing_setting()
const;
1547 bool _internal_has_custom_render_processing_setting()
const;
1549 void clear_custom_render_processing_setting();
1550 float custom_render_processing_setting()
const;
1551 void set_custom_render_processing_setting(
float value);
1553 float _internal_custom_render_processing_setting()
const;
1554 void _internal_set_custom_render_processing_setting(
float value);
1558 bool has_capture_fixed_post_gain()
const;
1560 bool _internal_has_capture_fixed_post_gain()
const;
1562 void clear_capture_fixed_post_gain();
1563 float capture_fixed_post_gain()
const;
1564 void set_capture_fixed_post_gain(
float value);
1566 float _internal_capture_fixed_post_gain()
const;
1567 void _internal_set_capture_fixed_post_gain(
float value);
1571 bool has_playout_volume_change()
const;
1573 bool _internal_has_playout_volume_change()
const;
1575 void clear_playout_volume_change();
1576 int32_t playout_volume_change()
const;
1577 void set_playout_volume_change(int32_t value);
1579 int32_t _internal_playout_volume_change()
const;
1580 void _internal_set_playout_volume_change(int32_t value);
1584 bool has_capture_output_used()
const;
1586 bool _internal_has_capture_output_used()
const;
1588 void clear_capture_output_used();
1589 bool capture_output_used()
const;
1590 void set_capture_output_used(
bool value);
1592 bool _internal_capture_output_used()
const;
1593 void _internal_set_capture_output_used(
bool value);
1597 bool has_capture_post_gain()
const;
1599 bool _internal_has_capture_post_gain()
const;
1601 void clear_capture_post_gain();
1602 float capture_post_gain()
const;
1603 void set_capture_post_gain(
float value);
1605 float _internal_capture_post_gain()
const;
1606 void _internal_set_capture_post_gain(
float value);
1613 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1625 friend struct ::TableStruct_debug_2eproto;
1630 public ::PROTOBUF_NAMESPACE_ID::MessageLite {
1634 explicit PROTOBUF_CONSTEXPR
Event(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
1639 *
this = ::std::move(from);
1647 if (
this == &from)
return *
this;
1648 if (GetOwningArena() == from.GetOwningArena()
1649 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1650 && GetOwningArena() !=
nullptr
1661 return _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString);
1664 return _internal_metadata_.mutable_unknown_fields<std::string>();
1671 return reinterpret_cast<const Event*
>(
1681 if (other ==
this)
return;
1682 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1683 if (GetOwningArena() !=
nullptr &&
1684 GetOwningArena() == other->GetOwningArena()) {
1686 if (GetOwningArena() == other->GetOwningArena()) {
1690 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
1694 if (other ==
this)
return;
1695 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1701 Event*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena =
nullptr) const final {
1702 return CreateMaybeMessage<Event>(arena);
1707 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
1713 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1723 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1725 return "webrtc.audioproc.Event";
1728 explicit Event(::PROTOBUF_NAMESPACE_ID::Arena* arena,
1729 bool is_message_owned =
false);
1739 static constexpr
Type REVERSE_STREAM =
1745 static constexpr
Type UNKNOWN_EVENT =
1747 static constexpr
Type RUNTIME_SETTING =
1749 static inline
bool Type_IsValid(
int value) {
1756 static constexpr int Type_ARRAYSIZE =
1758 template<
typename T>
1759 static inline const std::string&
Type_Name(T enum_t_value) {
1760 static_assert(::std::is_same<T, Type>::value ||
1761 ::std::is_integral<T>::value,
1762 "Incorrect type passed to function Type_Name.");
1765 static inline bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
1773 kInitFieldNumber = 2,
1774 kReverseStreamFieldNumber = 3,
1775 kStreamFieldNumber = 4,
1776 kConfigFieldNumber = 5,
1777 kRuntimeSettingFieldNumber = 6,
1778 kTypeFieldNumber = 1,
1781 bool has_init()
const;
1783 bool _internal_has_init()
const;
1786 const ::webrtc::audioproc::Init& init()
const;
1787 PROTOBUF_NODISCARD ::webrtc::audioproc::Init* release_init();
1791 const ::webrtc::audioproc::Init& _internal_init()
const;
1794 void unsafe_arena_set_allocated_init(
1799 bool has_reverse_stream()
const;
1801 bool _internal_has_reverse_stream()
const;
1803 void clear_reverse_stream();
1804 const ::webrtc::audioproc::ReverseStream& reverse_stream()
const;
1805 PROTOBUF_NODISCARD ::webrtc::audioproc::ReverseStream* release_reverse_stream();
1809 const ::webrtc::audioproc::ReverseStream& _internal_reverse_stream()
const;
1812 void unsafe_arena_set_allocated_reverse_stream(
1817 bool has_stream()
const;
1819 bool _internal_has_stream()
const;
1821 void clear_stream();
1822 const ::webrtc::audioproc::Stream& stream()
const;
1823 PROTOBUF_NODISCARD ::webrtc::audioproc::Stream* release_stream();
1827 const ::webrtc::audioproc::Stream& _internal_stream()
const;
1830 void unsafe_arena_set_allocated_stream(
1835 bool has_config()
const;
1837 bool _internal_has_config()
const;
1839 void clear_config();
1840 const ::webrtc::audioproc::Config& config()
const;
1841 PROTOBUF_NODISCARD ::webrtc::audioproc::Config* release_config();
1845 const ::webrtc::audioproc::Config& _internal_config()
const;
1848 void unsafe_arena_set_allocated_config(
1853 bool has_runtime_setting()
const;
1855 bool _internal_has_runtime_setting()
const;
1857 void clear_runtime_setting();
1858 const ::webrtc::audioproc::RuntimeSetting& runtime_setting()
const;
1859 PROTOBUF_NODISCARD ::webrtc::audioproc::RuntimeSetting* release_runtime_setting();
1863 const ::webrtc::audioproc::RuntimeSetting& _internal_runtime_setting()
const;
1866 void unsafe_arena_set_allocated_runtime_setting(
1871 bool has_type()
const;
1873 bool _internal_has_type()
const;
1887 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1898 friend struct ::TableStruct_debug_2eproto;
1906 #pragma GCC diagnostic push
1907 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
1913 bool value = (
_has_bits_[0] & 0x00000001u) != 0;
1941 bool value = (
_has_bits_[0] & 0x00000002u) != 0;
1969 bool value = (
_has_bits_[0] & 0x00000004u) != 0;
1997 bool value = (
_has_bits_[0] & 0x00000008u) != 0;
2025 bool value = (
_has_bits_[0] & 0x00000010u) != 0;
2053 bool value = (
_has_bits_[0] & 0x00000020u) != 0;
2081 bool value = (
_has_bits_[0] & 0x00000040u) != 0;
2109 bool value = (
_has_bits_[0] & 0x00000080u) != 0;
2137 bool value = (
_has_bits_[0] & 0x00000200u) != 0;
2165 bool value = (
_has_bits_[0] & 0x00000100u) != 0;
2197 bool value = (
_has_bits_[0] & 0x00000001u) != 0;
2201 return _internal_has_data();
2204 data_.ClearToEmpty();
2209 return _internal_data();
2211template <
typename ArgT0,
typename... ArgT>
2212inline PROTOBUF_ALWAYS_INLINE
2215 data_.SetBytes(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
2219 std::string* _s = _internal_mutable_data();
2228 data_.Set(value, GetArenaForAllocation());
2232 return data_.Mutable(GetArenaForAllocation());
2236 if (!_internal_has_data()) {
2240 auto* p = data_.Release();
2241#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
2242 if (data_.IsDefault()) {
2243 data_.Set(
"", GetArenaForAllocation());
2249 if (
data !=
nullptr) {
2254 data_.SetAllocated(
data, GetArenaForAllocation());
2255#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
2256 if (data_.IsDefault()) {
2257 data_.Set(
"", GetArenaForAllocation());
2265 return channel_.size();
2268 return _internal_channel_size();
2274 std::string* _s = _internal_add_channel();
2279 return channel_.Get(index);
2283 return _internal_channel(index);
2287 return channel_.Mutable(index);
2290 channel_.Mutable(index)->assign(value);
2294 channel_.Mutable(index)->assign(std::move(value));
2298 GOOGLE_DCHECK(value !=
nullptr);
2299 channel_.Mutable(index)->assign(value);
2303 channel_.Mutable(index)->assign(
2304 reinterpret_cast<const char*
>(value),
size);
2308 return channel_.Add();
2311 channel_.Add()->assign(value);
2315 channel_.Add(std::move(value));
2319 GOOGLE_DCHECK(value !=
nullptr);
2320 channel_.Add()->assign(value);
2324 channel_.Add()->assign(
reinterpret_cast<const char*
>(value),
size);
2327inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
2332inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
2344 bool value = (
_has_bits_[0] & 0x00000001u) != 0;
2348 return _internal_has_input_data();
2351 input_data_.ClearToEmpty();
2356 return _internal_input_data();
2358template <
typename ArgT0,
typename... ArgT>
2359inline PROTOBUF_ALWAYS_INLINE
2362 input_data_.SetBytes(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
2366 std::string* _s = _internal_mutable_input_data();
2371 return input_data_.Get();
2375 input_data_.Set(value, GetArenaForAllocation());
2379 return input_data_.Mutable(GetArenaForAllocation());
2383 if (!_internal_has_input_data()) {
2387 auto* p = input_data_.Release();
2388#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
2389 if (input_data_.IsDefault()) {
2390 input_data_.Set(
"", GetArenaForAllocation());
2396 if (input_data !=
nullptr) {
2401 input_data_.SetAllocated(input_data, GetArenaForAllocation());
2402#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
2403 if (input_data_.IsDefault()) {
2404 input_data_.Set(
"", GetArenaForAllocation());
2412 bool value = (
_has_bits_[0] & 0x00000002u) != 0;
2416 return _internal_has_output_data();
2419 output_data_.ClearToEmpty();
2424 return _internal_output_data();
2426template <
typename ArgT0,
typename... ArgT>
2427inline PROTOBUF_ALWAYS_INLINE
2430 output_data_.SetBytes(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
2434 std::string* _s = _internal_mutable_output_data();
2439 return output_data_.Get();
2443 output_data_.Set(value, GetArenaForAllocation());
2447 return output_data_.Mutable(GetArenaForAllocation());
2451 if (!_internal_has_output_data()) {
2455 auto* p = output_data_.Release();
2456#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
2457 if (output_data_.IsDefault()) {
2458 output_data_.Set(
"", GetArenaForAllocation());
2464 if (output_data !=
nullptr) {
2469 output_data_.SetAllocated(output_data, GetArenaForAllocation());
2470#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
2471 if (output_data_.IsDefault()) {
2472 output_data_.Set(
"", GetArenaForAllocation());
2480 bool value = (
_has_bits_[0] & 0x00000004u) != 0;
2484 return _internal_has_delay();
2495 return _internal_delay();
2502 _internal_set_delay(value);
2508 bool value = (
_has_bits_[0] & 0x00000008u) != 0;
2512 return _internal_has_drift();
2523 return _internal_drift();
2530 _internal_set_drift(value);
2536 bool value = (
_has_bits_[0] & 0x00000010u) != 0;
2540 return _internal_has_applied_input_volume();
2543 applied_input_volume_ = 0;
2547 return applied_input_volume_;
2551 return _internal_applied_input_volume();
2555 applied_input_volume_ = value;
2558 _internal_set_applied_input_volume(value);
2564 bool value = (
_has_bits_[0] & 0x00000020u) != 0;
2568 return _internal_has_keypress();
2579 return _internal_keypress();
2586 _internal_set_keypress(value);
2592 return input_channel_.size();
2595 return _internal_input_channel_size();
2598 input_channel_.Clear();
2601 std::string* _s = _internal_add_input_channel();
2606 return input_channel_.Get(index);
2610 return _internal_input_channel(index);
2614 return input_channel_.Mutable(index);
2617 input_channel_.Mutable(index)->assign(value);
2621 input_channel_.Mutable(index)->assign(std::move(value));
2625 GOOGLE_DCHECK(value !=
nullptr);
2626 input_channel_.Mutable(index)->assign(value);
2630 input_channel_.Mutable(index)->assign(
2631 reinterpret_cast<const char*
>(value),
size);
2635 return input_channel_.Add();
2638 input_channel_.Add()->assign(value);
2642 input_channel_.Add(std::move(value));
2646 GOOGLE_DCHECK(value !=
nullptr);
2647 input_channel_.Add()->assign(value);
2651 input_channel_.Add()->assign(
reinterpret_cast<const char*
>(value),
size);
2654inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
2657 return input_channel_;
2659inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
2662 return &input_channel_;
2667 return output_channel_.size();
2670 return _internal_output_channel_size();
2673 output_channel_.Clear();
2676 std::string* _s = _internal_add_output_channel();
2681 return output_channel_.Get(index);
2685 return _internal_output_channel(index);
2689 return output_channel_.Mutable(index);
2692 output_channel_.Mutable(index)->assign(value);
2696 output_channel_.Mutable(index)->assign(std::move(value));
2700 GOOGLE_DCHECK(value !=
nullptr);
2701 output_channel_.Mutable(index)->assign(value);
2705 output_channel_.Mutable(index)->assign(
2706 reinterpret_cast<const char*
>(value),
size);
2710 return output_channel_.Add();
2713 output_channel_.Add()->assign(value);
2717 output_channel_.Add(std::move(value));
2721 GOOGLE_DCHECK(value !=
nullptr);
2722 output_channel_.Add()->assign(value);
2726 output_channel_.Add()->assign(
reinterpret_cast<const char*
>(value),
size);
2729inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
2732 return output_channel_;
2734inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
2737 return &output_channel_;
2746 bool value = (
_has_bits_[0] & 0x00000002u) != 0;
2750 return _internal_has_aec_enabled();
2753 aec_enabled_ =
false;
2757 return aec_enabled_;
2761 return _internal_aec_enabled();
2765 aec_enabled_ = value;
2768 _internal_set_aec_enabled(value);
2774 bool value = (
_has_bits_[0] & 0x00000004u) != 0;
2778 return _internal_has_aec_delay_agnostic_enabled();
2781 aec_delay_agnostic_enabled_ =
false;
2785 return aec_delay_agnostic_enabled_;
2789 return _internal_aec_delay_agnostic_enabled();
2793 aec_delay_agnostic_enabled_ = value;
2796 _internal_set_aec_delay_agnostic_enabled(value);
2802 bool value = (
_has_bits_[0] & 0x00000008u) != 0;
2806 return _internal_has_aec_drift_compensation_enabled();
2809 aec_drift_compensation_enabled_ =
false;
2813 return aec_drift_compensation_enabled_;
2817 return _internal_aec_drift_compensation_enabled();
2821 aec_drift_compensation_enabled_ = value;
2824 _internal_set_aec_drift_compensation_enabled(value);
2830 bool value = (
_has_bits_[0] & 0x00000010u) != 0;
2834 return _internal_has_aec_extended_filter_enabled();
2837 aec_extended_filter_enabled_ =
false;
2841 return aec_extended_filter_enabled_;
2845 return _internal_aec_extended_filter_enabled();
2849 aec_extended_filter_enabled_ = value;
2852 _internal_set_aec_extended_filter_enabled(value);
2858 bool value = (
_has_bits_[0] & 0x00000020u) != 0;
2862 return _internal_has_aec_suppression_level();
2865 aec_suppression_level_ = 0;
2869 return aec_suppression_level_;
2873 return _internal_aec_suppression_level();
2877 aec_suppression_level_ = value;
2880 _internal_set_aec_suppression_level(value);
2886 bool value = (
_has_bits_[0] & 0x00000080u) != 0;
2890 return _internal_has_aecm_enabled();
2893 aecm_enabled_ =
false;
2897 return aecm_enabled_;
2901 return _internal_aecm_enabled();
2905 aecm_enabled_ = value;
2908 _internal_set_aecm_enabled(value);
2914 bool value = (
_has_bits_[0] & 0x00000100u) != 0;
2918 return _internal_has_aecm_comfort_noise_enabled();
2921 aecm_comfort_noise_enabled_ =
false;
2925 return aecm_comfort_noise_enabled_;
2929 return _internal_aecm_comfort_noise_enabled();
2933 aecm_comfort_noise_enabled_ = value;
2936 _internal_set_aecm_comfort_noise_enabled(value);
2942 bool value = (
_has_bits_[0] & 0x00000040u) != 0;
2946 return _internal_has_aecm_routing_mode();
2949 aecm_routing_mode_ = 0;
2953 return aecm_routing_mode_;
2957 return _internal_aecm_routing_mode();
2961 aecm_routing_mode_ = value;
2964 _internal_set_aecm_routing_mode(value);
2970 bool value = (
_has_bits_[0] & 0x00000200u) != 0;
2974 return _internal_has_agc_enabled();
2977 agc_enabled_ =
false;
2981 return agc_enabled_;
2985 return _internal_agc_enabled();
2989 agc_enabled_ = value;
2992 _internal_set_agc_enabled(value);
2998 bool value = (
_has_bits_[0] & 0x00000800u) != 0;
3002 return _internal_has_agc_mode();
3013 return _internal_agc_mode();
3020 _internal_set_agc_mode(value);
3026 bool value = (
_has_bits_[0] & 0x00000400u) != 0;
3030 return _internal_has_agc_limiter_enabled();
3033 agc_limiter_enabled_ =
false;
3037 return agc_limiter_enabled_;
3041 return _internal_agc_limiter_enabled();
3045 agc_limiter_enabled_ = value;
3048 _internal_set_agc_limiter_enabled(value);
3054 bool value = (
_has_bits_[0] & 0x00001000u) != 0;
3058 return _internal_has_noise_robust_agc_enabled();
3061 noise_robust_agc_enabled_ =
false;
3065 return noise_robust_agc_enabled_;
3069 return _internal_noise_robust_agc_enabled();
3073 noise_robust_agc_enabled_ = value;
3076 _internal_set_noise_robust_agc_enabled(value);
3082 bool value = (
_has_bits_[0] & 0x00002000u) != 0;
3086 return _internal_has_hpf_enabled();
3089 hpf_enabled_ =
false;
3093 return hpf_enabled_;
3097 return _internal_hpf_enabled();
3101 hpf_enabled_ = value;
3104 _internal_set_hpf_enabled(value);
3110 bool value = (
_has_bits_[0] & 0x00004000u) != 0;
3114 return _internal_has_ns_enabled();
3117 ns_enabled_ =
false;
3125 return _internal_ns_enabled();
3129 ns_enabled_ = value;
3132 _internal_set_ns_enabled(value);
3138 bool value = (
_has_bits_[0] & 0x00010000u) != 0;
3142 return _internal_has_ns_level();
3153 return _internal_ns_level();
3160 _internal_set_ns_level(value);
3166 bool value = (
_has_bits_[0] & 0x00008000u) != 0;
3170 return _internal_has_transient_suppression_enabled();
3173 transient_suppression_enabled_ =
false;
3177 return transient_suppression_enabled_;
3181 return _internal_transient_suppression_enabled();
3185 transient_suppression_enabled_ = value;
3188 _internal_set_transient_suppression_enabled(value);
3194 bool value = (
_has_bits_[0] & 0x00000001u) != 0;
3198 return _internal_has_experiments_description();
3201 experiments_description_.ClearToEmpty();
3206 return _internal_experiments_description();
3208template <
typename ArgT0,
typename... ArgT>
3209inline PROTOBUF_ALWAYS_INLINE
3212 experiments_description_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3216 std::string* _s = _internal_mutable_experiments_description();
3221 return experiments_description_.Get();
3225 experiments_description_.Set(value, GetArenaForAllocation());
3229 return experiments_description_.Mutable(GetArenaForAllocation());
3233 if (!_internal_has_experiments_description()) {
3237 auto* p = experiments_description_.Release();
3238#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3239 if (experiments_description_.IsDefault()) {
3240 experiments_description_.Set(
"", GetArenaForAllocation());
3246 if (experiments_description !=
nullptr) {
3251 experiments_description_.SetAllocated(experiments_description, GetArenaForAllocation());
3252#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3253 if (experiments_description_.IsDefault()) {
3254 experiments_description_.Set(
"", GetArenaForAllocation());
3262 bool value = (
_has_bits_[0] & 0x00020000u) != 0;
3266 return _internal_has_pre_amplifier_enabled();
3269 pre_amplifier_enabled_ =
false;
3273 return pre_amplifier_enabled_;
3277 return _internal_pre_amplifier_enabled();
3281 pre_amplifier_enabled_ = value;
3284 _internal_set_pre_amplifier_enabled(value);
3290 bool value = (
_has_bits_[0] & 0x00040000u) != 0;
3294 return _internal_has_pre_amplifier_fixed_gain_factor();
3297 pre_amplifier_fixed_gain_factor_ = 0;
3301 return pre_amplifier_fixed_gain_factor_;
3305 return _internal_pre_amplifier_fixed_gain_factor();
3309 pre_amplifier_fixed_gain_factor_ = value;
3312 _internal_set_pre_amplifier_fixed_gain_factor(value);
3322 bool value = (
_has_bits_[0] & 0x00000001u) != 0;
3326 return _internal_has_id();
3337 return _internal_id();
3344 _internal_set_id(value);
3350 bool value = (
_has_bits_[0] & 0x00000002u) != 0;
3354 return _internal_has_max_volume();
3365 return _internal_max_volume();
3369 max_volume_ = value;
3372 _internal_set_max_volume(value);
3382 bool value = (
_has_bits_[0] & 0x00000002u) != 0;
3386 return _internal_has_capture_pre_gain();
3389 capture_pre_gain_ = 0;
3393 return capture_pre_gain_;
3397 return _internal_capture_pre_gain();
3401 capture_pre_gain_ = value;
3404 _internal_set_capture_pre_gain(value);
3410 bool value = (
_has_bits_[0] & 0x00000004u) != 0;
3414 return _internal_has_custom_render_processing_setting();
3417 custom_render_processing_setting_ = 0;
3421 return custom_render_processing_setting_;
3425 return _internal_custom_render_processing_setting();
3429 custom_render_processing_setting_ = value;
3432 _internal_set_custom_render_processing_setting(value);
3438 bool value = (
_has_bits_[0] & 0x00000008u) != 0;
3442 return _internal_has_capture_fixed_post_gain();
3445 capture_fixed_post_gain_ = 0;
3449 return capture_fixed_post_gain_;
3453 return _internal_capture_fixed_post_gain();
3457 capture_fixed_post_gain_ = value;
3460 _internal_set_capture_fixed_post_gain(value);
3466 bool value = (
_has_bits_[0] & 0x00000010u) != 0;
3470 return _internal_has_playout_volume_change();
3473 playout_volume_change_ = 0;
3477 return playout_volume_change_;
3481 return _internal_playout_volume_change();
3485 playout_volume_change_ = value;
3488 _internal_set_playout_volume_change(value);
3494 bool value = (
_has_bits_[0] & 0x00000001u) != 0;
3495 PROTOBUF_ASSUME(!value || playout_audio_device_change_ !=
nullptr);
3499 return _internal_has_playout_audio_device_change();
3502 if (playout_audio_device_change_ !=
nullptr) playout_audio_device_change_->Clear();
3506 const ::webrtc::audioproc::PlayoutAudioDeviceInfo* p = playout_audio_device_change_;
3512 return _internal_playout_audio_device_change();
3516 if (GetArenaForAllocation() ==
nullptr) {
3517 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(playout_audio_device_change_);
3519 playout_audio_device_change_ = playout_audio_device_change;
3520 if (playout_audio_device_change) {
3530 playout_audio_device_change_ =
nullptr;
3531#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
3532 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
3533 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
3534 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
3536 if (GetArenaForAllocation() !=
nullptr) {
3537 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
3546 playout_audio_device_change_ =
nullptr;
3551 if (playout_audio_device_change_ ==
nullptr) {
3552 auto* p = CreateMaybeMessage<::webrtc::audioproc::PlayoutAudioDeviceInfo>(GetArenaForAllocation());
3553 playout_audio_device_change_ = p;
3555 return playout_audio_device_change_;
3563 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
3564 if (message_arena ==
nullptr) {
3565 delete playout_audio_device_change_;
3567 if (playout_audio_device_change) {
3568 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
3569 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(playout_audio_device_change);
3570 if (message_arena != submessage_arena) {
3571 playout_audio_device_change = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
3572 message_arena, playout_audio_device_change, submessage_arena);
3578 playout_audio_device_change_ = playout_audio_device_change;
3584 bool value = (
_has_bits_[0] & 0x00000020u) != 0;
3588 return _internal_has_capture_output_used();
3591 capture_output_used_ =
false;
3595 return capture_output_used_;
3599 return _internal_capture_output_used();
3603 capture_output_used_ = value;
3606 _internal_set_capture_output_used(value);
3612 bool value = (
_has_bits_[0] & 0x00000040u) != 0;
3616 return _internal_has_capture_post_gain();
3619 capture_post_gain_ = 0;
3623 return capture_post_gain_;
3627 return _internal_capture_post_gain();
3631 capture_post_gain_ = value;
3634 _internal_set_capture_post_gain(value);
3644 bool value = (
_has_bits_[0] & 0x00000020u) != 0;
3648 return _internal_has_type();
3659 return _internal_type();
3667 _internal_set_type(value);
3673 bool value = (
_has_bits_[0] & 0x00000001u) != 0;
3674 PROTOBUF_ASSUME(!value || init_ !=
nullptr);
3678 return _internal_has_init();
3681 if (init_ !=
nullptr) init_->Clear();
3685 const ::webrtc::audioproc::Init* p = init_;
3691 return _internal_init();
3695 if (GetArenaForAllocation() ==
nullptr) {
3696 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(init_);
3710#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
3711 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
3712 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
3713 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
3715 if (GetArenaForAllocation() !=
nullptr) {
3716 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
3730 if (init_ ==
nullptr) {
3731 auto* p = CreateMaybeMessage<::webrtc::audioproc::Init>(GetArenaForAllocation());
3742 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
3743 if (message_arena ==
nullptr) {
3747 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
3748 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(init);
3749 if (message_arena != submessage_arena) {
3750 init = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
3751 message_arena, init, submessage_arena);
3763 bool value = (
_has_bits_[0] & 0x00000002u) != 0;
3764 PROTOBUF_ASSUME(!value || reverse_stream_ !=
nullptr);
3768 return _internal_has_reverse_stream();
3771 if (reverse_stream_ !=
nullptr) reverse_stream_->Clear();
3775 const ::webrtc::audioproc::ReverseStream* p = reverse_stream_;
3781 return _internal_reverse_stream();
3785 if (GetArenaForAllocation() ==
nullptr) {
3786 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(reverse_stream_);
3788 reverse_stream_ = reverse_stream;
3789 if (reverse_stream) {
3799 reverse_stream_ =
nullptr;
3800#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
3801 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
3802 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
3803 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
3805 if (GetArenaForAllocation() !=
nullptr) {
3806 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
3815 reverse_stream_ =
nullptr;
3820 if (reverse_stream_ ==
nullptr) {
3821 auto* p = CreateMaybeMessage<::webrtc::audioproc::ReverseStream>(GetArenaForAllocation());
3822 reverse_stream_ = p;
3824 return reverse_stream_;
3832 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
3833 if (message_arena ==
nullptr) {
3834 delete reverse_stream_;
3836 if (reverse_stream) {
3837 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
3838 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(reverse_stream);
3839 if (message_arena != submessage_arena) {
3840 reverse_stream = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
3841 message_arena, reverse_stream, submessage_arena);
3847 reverse_stream_ = reverse_stream;
3853 bool value = (
_has_bits_[0] & 0x00000004u) != 0;
3854 PROTOBUF_ASSUME(!value || stream_ !=
nullptr);
3858 return _internal_has_stream();
3861 if (stream_ !=
nullptr) stream_->Clear();
3865 const ::webrtc::audioproc::Stream* p = stream_;
3871 return _internal_stream();
3875 if (GetArenaForAllocation() ==
nullptr) {
3876 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(stream_);
3890#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
3891 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
3892 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
3893 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
3895 if (GetArenaForAllocation() !=
nullptr) {
3896 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
3910 if (stream_ ==
nullptr) {
3911 auto* p = CreateMaybeMessage<::webrtc::audioproc::Stream>(GetArenaForAllocation());
3922 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
3923 if (message_arena ==
nullptr) {
3927 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
3928 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(stream);
3929 if (message_arena != submessage_arena) {
3930 stream = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
3931 message_arena, stream, submessage_arena);
3943 bool value = (
_has_bits_[0] & 0x00000008u) != 0;
3944 PROTOBUF_ASSUME(!value || config_ !=
nullptr);
3948 return _internal_has_config();
3951 if (config_ !=
nullptr) config_->Clear();
3955 const ::webrtc::audioproc::Config* p = config_;
3961 return _internal_config();
3965 if (GetArenaForAllocation() ==
nullptr) {
3966 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(config_);
3980#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
3981 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
3982 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
3983 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
3985 if (GetArenaForAllocation() !=
nullptr) {
3986 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
4000 if (config_ ==
nullptr) {
4001 auto* p = CreateMaybeMessage<::webrtc::audioproc::Config>(GetArenaForAllocation());
4012 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
4013 if (message_arena ==
nullptr) {
4017 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
4018 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(config);
4019 if (message_arena != submessage_arena) {
4020 config = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
4021 message_arena, config, submessage_arena);
4033 bool value = (
_has_bits_[0] & 0x00000010u) != 0;
4034 PROTOBUF_ASSUME(!value || runtime_setting_ !=
nullptr);
4038 return _internal_has_runtime_setting();
4041 if (runtime_setting_ !=
nullptr) runtime_setting_->Clear();
4045 const ::webrtc::audioproc::RuntimeSetting* p = runtime_setting_;
4051 return _internal_runtime_setting();
4055 if (GetArenaForAllocation() ==
nullptr) {
4056 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(runtime_setting_);
4058 runtime_setting_ = runtime_setting;
4059 if (runtime_setting) {
4069 runtime_setting_ =
nullptr;
4070#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
4071 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
4072 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
4073 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
4075 if (GetArenaForAllocation() !=
nullptr) {
4076 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
4085 runtime_setting_ =
nullptr;
4090 if (runtime_setting_ ==
nullptr) {
4091 auto* p = CreateMaybeMessage<::webrtc::audioproc::RuntimeSetting>(GetArenaForAllocation());
4092 runtime_setting_ = p;
4094 return runtime_setting_;
4102 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
4103 if (message_arena ==
nullptr) {
4104 delete runtime_setting_;
4106 if (runtime_setting) {
4107 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
4108 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(runtime_setting);
4109 if (message_arena != submessage_arena) {
4110 runtime_setting = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
4111 message_arena, runtime_setting, submessage_arena);
4117 runtime_setting_ = runtime_setting;
4122 #pragma GCC diagnostic pop
4142PROTOBUF_NAMESPACE_OPEN
4146PROTOBUF_NAMESPACE_CLOSE
4150#include <google/protobuf/port_undef.inc>
Definition: debug.pb.h:828
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: debug.pb.h:1217
bool has_noise_robust_agc_enabled() const
Definition: debug.pb.h:3057
bool has_pre_amplifier_fixed_gain_factor() const
Definition: debug.pb.h:3293
Config & operator=(Config &&from) noexcept
Definition: debug.pb.h:844
void _internal_set_pre_amplifier_enabled(bool value)
Definition: debug.pb.h:3279
void _internal_set_ns_level(int32_t value)
Definition: debug.pb.h:3155
void set_aec_delay_agnostic_enabled(bool value)
Definition: debug.pb.h:2795
int32_t _internal_aec_suppression_level() const
Definition: debug.pb.h:2868
bool _internal_has_aecm_enabled() const
Definition: debug.pb.h:2885
bool has_aec_delay_agnostic_enabled() const
Definition: debug.pb.h:2777
void _internal_set_aecm_enabled(bool value)
Definition: debug.pb.h:2903
void _internal_set_hpf_enabled(bool value)
Definition: debug.pb.h:3099
bool _internal_aec_drift_compensation_enabled() const
Definition: debug.pb.h:2812
bool _internal_has_aecm_routing_mode() const
Definition: debug.pb.h:2941
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr experiments_description_
Definition: debug.pb.h:1218
void clear_aec_extended_filter_enabled()
Definition: debug.pb.h:2836
bool _internal_has_aec_delay_agnostic_enabled() const
Definition: debug.pb.h:2773
PROTOBUF_DEPRECATED bool has_aecm_comfort_noise_enabled() const
Definition: debug.pb.h:2917
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
float pre_amplifier_fixed_gain_factor() const
Definition: debug.pb.h:3303
bool ns_enabled() const
Definition: debug.pb.h:3123
void _internal_set_aecm_comfort_noise_enabled(bool value)
Definition: debug.pb.h:2931
bool noise_robust_agc_enabled() const
Definition: debug.pb.h:3067
bool hpf_enabled() const
Definition: debug.pb.h:3095
bool has_aecm_enabled() const
Definition: debug.pb.h:2889
bool _internal_has_transient_suppression_enabled() const
Definition: debug.pb.h:3165
void clear_experiments_description()
Definition: debug.pb.h:3200
void set_aec_enabled(bool value)
Definition: debug.pb.h:2767
PROTOBUF_NOINLINE void Swap(Config *other)
Definition: debug.pb.h:878
void set_noise_robust_agc_enabled(bool value)
Definition: debug.pb.h:3075
void _internal_set_aec_drift_compensation_enabled(bool value)
Definition: debug.pb.h:2819
bool _internal_ns_enabled() const
Definition: debug.pb.h:3120
std::string GetTypeName() const final
float _internal_pre_amplifier_fixed_gain_factor() const
Definition: debug.pb.h:3300
Config(Config &&from) noexcept
Definition: debug.pb.h:835
bool has_aec_suppression_level() const
Definition: debug.pb.h:2861
void set_aec_extended_filter_enabled(bool value)
Definition: debug.pb.h:2851
bool agc_enabled() const
Definition: debug.pb.h:2983
void _internal_set_aec_extended_filter_enabled(bool value)
Definition: debug.pb.h:2847
void clear_aec_drift_compensation_enabled()
Definition: debug.pb.h:2808
bool pre_amplifier_enabled() const
Definition: debug.pb.h:3275
void clear_noise_robust_agc_enabled()
Definition: debug.pb.h:3060
bool _internal_has_experiments_description() const
Definition: debug.pb.h:3193
bool aec_enabled_
Definition: debug.pb.h:1219
void clear_pre_amplifier_enabled()
Definition: debug.pb.h:3268
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
Definition: debug.pb.h:1216
int32_t agc_mode_
Definition: debug.pb.h:1229
Config(const Config &from)
bool aecm_enabled_
Definition: debug.pb.h:1225
PROTOBUF_DEPRECATED int32_t aecm_routing_mode() const
Definition: debug.pb.h:2955
void set_agc_enabled(bool value)
Definition: debug.pb.h:2991
void set_aecm_enabled(bool value)
Definition: debug.pb.h:2907
bool _internal_aec_delay_agnostic_enabled() const
Definition: debug.pb.h:2784
friend void swap(Config &a, Config &b)
Definition: debug.pb.h:875
void set_allocated_experiments_description(std::string *experiments_description)
Definition: debug.pb.h:3245
bool _internal_has_aec_extended_filter_enabled() const
Definition: debug.pb.h:2829
void clear_ns_level()
Definition: debug.pb.h:3144
void set_ns_enabled(bool value)
Definition: debug.pb.h:3131
void set_transient_suppression_enabled(bool value)
Definition: debug.pb.h:3187
bool _internal_has_pre_amplifier_fixed_gain_factor() const
Definition: debug.pb.h:3289
Config * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: debug.pb.h:899
bool aec_extended_filter_enabled_
Definition: debug.pb.h:1222
bool _internal_agc_limiter_enabled() const
Definition: debug.pb.h:3036
void set_pre_amplifier_enabled(bool value)
Definition: debug.pb.h:3283
bool aec_extended_filter_enabled() const
Definition: debug.pb.h:2843
void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
bool has_ns_level() const
Definition: debug.pb.h:3141
int32_t aec_suppression_level_
Definition: debug.pb.h:1223
void InternalSwap(Config *other)
void _internal_set_agc_mode(int32_t value)
Definition: debug.pb.h:3015
bool aec_drift_compensation_enabled_
Definition: debug.pb.h:1221
void _internal_set_aecm_routing_mode(int32_t value)
Definition: debug.pb.h:2959
void clear_aecm_enabled()
Definition: debug.pb.h:2892
void _internal_set_aec_suppression_level(int32_t value)
Definition: debug.pb.h:2875
void set_ns_level(int32_t value)
Definition: debug.pb.h:3159
bool _internal_aecm_comfort_noise_enabled() const
Definition: debug.pb.h:2924
bool hpf_enabled_
Definition: debug.pb.h:1231
bool agc_enabled_
Definition: debug.pb.h:1227
bool aec_delay_agnostic_enabled_
Definition: debug.pb.h:1220
bool aec_delay_agnostic_enabled() const
Definition: debug.pb.h:2787
void _internal_set_pre_amplifier_fixed_gain_factor(float value)
Definition: debug.pb.h:3307
void set_pre_amplifier_fixed_gain_factor(float value)
Definition: debug.pb.h:3311
bool has_transient_suppression_enabled() const
Definition: debug.pb.h:3169
bool _internal_agc_enabled() const
Definition: debug.pb.h:2980
bool agc_limiter_enabled() const
Definition: debug.pb.h:3039
void MergeFrom(const Config &from)
int32_t _internal_aecm_routing_mode() const
Definition: debug.pb.h:2952
void clear_transient_suppression_enabled()
Definition: debug.pb.h:3172
int32_t ns_level() const
Definition: debug.pb.h:3151
bool has_aec_extended_filter_enabled() const
Definition: debug.pb.h:2833
bool _internal_aecm_enabled() const
Definition: debug.pb.h:2896
void DestructorSkippable_
Definition: debug.pb.h:1215
PROTOBUF_ALWAYS_INLINE void _internal_set_experiments_description(const std::string &value)
Definition: debug.pb.h:3223
bool ns_enabled_
Definition: debug.pb.h:1232
bool has_agc_mode() const
Definition: debug.pb.h:3001
void SetCachedSize(int size) const
bool has_aec_drift_compensation_enabled() const
Definition: debug.pb.h:2805
void set_aec_drift_compensation_enabled(bool value)
Definition: debug.pb.h:2823
std::string * mutable_unknown_fields()
Definition: debug.pb.h:861
int32_t aec_suppression_level() const
Definition: debug.pb.h:2871
bool _internal_has_ns_enabled() const
Definition: debug.pb.h:3109
PROTOBUF_DEPRECATED void clear_aecm_routing_mode()
Definition: debug.pb.h:2948
void CopyFrom(const Config &from)
void _internal_set_agc_enabled(bool value)
Definition: debug.pb.h:2987
bool aecm_enabled() const
Definition: debug.pb.h:2899
bool _internal_aec_enabled() const
Definition: debug.pb.h:2756
Config(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
std::string * mutable_experiments_description()
Definition: debug.pb.h:3215
float pre_amplifier_fixed_gain_factor_
Definition: debug.pb.h:1236
void _internal_set_ns_enabled(bool value)
Definition: debug.pb.h:3127
void set_agc_mode(int32_t value)
Definition: debug.pb.h:3019
PROTOBUF_DEPRECATED void clear_aecm_comfort_noise_enabled()
Definition: debug.pb.h:2920
bool has_pre_amplifier_enabled() const
Definition: debug.pb.h:3265
bool _internal_has_agc_enabled() const
Definition: debug.pb.h:2969
static const Config * internal_default_instance()
Definition: debug.pb.h:868
bool _internal_has_aecm_comfort_noise_enabled() const
Definition: debug.pb.h:2913
std::string * _internal_mutable_experiments_description()
Definition: debug.pb.h:3227
bool _internal_transient_suppression_enabled() const
Definition: debug.pb.h:3176
Config & operator=(const Config &from)
Definition: debug.pb.h:840
bool _internal_has_agc_limiter_enabled() const
Definition: debug.pb.h:3025
int32_t ns_level_
Definition: debug.pb.h:1234
static const Config & default_instance()
Definition: debug.pb.h:865
int32_t _internal_agc_mode() const
Definition: debug.pb.h:3008
void InternalArenaConstructable_
Definition: debug.pb.h:1214
void clear_agc_limiter_enabled()
Definition: debug.pb.h:3032
bool _internal_has_aec_suppression_level() const
Definition: debug.pb.h:2857
Config()
Definition: debug.pb.h:830
bool has_hpf_enabled() const
Definition: debug.pb.h:3085
void set_experiments_description(ArgT0 &&arg0, ArgT... args)
PROTOBUF_NODISCARD std::string * release_experiments_description()
Definition: debug.pb.h:3231
void set_hpf_enabled(bool value)
Definition: debug.pb.h:3103
bool _internal_noise_robust_agc_enabled() const
Definition: debug.pb.h:3064
bool aecm_comfort_noise_enabled_
Definition: debug.pb.h:1226
void set_aec_suppression_level(int32_t value)
Definition: debug.pb.h:2879
void clear_aec_enabled()
Definition: debug.pb.h:2752
PROTOBUF_DEPRECATED void set_aecm_comfort_noise_enabled(bool value)
Definition: debug.pb.h:2935
bool has_ns_enabled() const
Definition: debug.pb.h:3113
bool has_agc_limiter_enabled() const
Definition: debug.pb.h:3029
void clear_agc_enabled()
Definition: debug.pb.h:2976
PROTOBUF_DEPRECATED bool aecm_comfort_noise_enabled() const
Definition: debug.pb.h:2927
bool _internal_has_aec_drift_compensation_enabled() const
Definition: debug.pb.h:2801
const std::string & experiments_description() const
Definition: debug.pb.h:3204
void UnsafeArenaSwap(Config *other)
Definition: debug.pb.h:891
bool _internal_has_agc_mode() const
Definition: debug.pb.h:2997
bool transient_suppression_enabled_
Definition: debug.pb.h:1233
const std::string & unknown_fields() const
Definition: debug.pb.h:858
void _internal_set_aec_delay_agnostic_enabled(bool value)
Definition: debug.pb.h:2791
bool _internal_has_noise_robust_agc_enabled() const
Definition: debug.pb.h:3053
void _internal_set_aec_enabled(bool value)
Definition: debug.pb.h:2763
bool agc_limiter_enabled_
Definition: debug.pb.h:1228
bool _internal_has_aec_enabled() const
Definition: debug.pb.h:2745
int32_t agc_mode() const
Definition: debug.pb.h:3011
const std::string & _internal_experiments_description() const
Definition: debug.pb.h:3220
bool noise_robust_agc_enabled_
Definition: debug.pb.h:1230
PROTOBUF_DEPRECATED bool has_aecm_routing_mode() const
Definition: debug.pb.h:2945
bool _internal_hpf_enabled() const
Definition: debug.pb.h:3092
void _internal_set_noise_robust_agc_enabled(bool value)
Definition: debug.pb.h:3071
void clear_ns_enabled()
Definition: debug.pb.h:3116
int32_t _internal_ns_level() const
Definition: debug.pb.h:3148
bool pre_amplifier_enabled_
Definition: debug.pb.h:1235
bool has_agc_enabled() const
Definition: debug.pb.h:2973
PROTOBUF_DEPRECATED void set_aecm_routing_mode(int32_t value)
Definition: debug.pb.h:2963
bool _internal_has_pre_amplifier_enabled() const
Definition: debug.pb.h:3261
bool has_experiments_description() const
Definition: debug.pb.h:3197
bool transient_suppression_enabled() const
Definition: debug.pb.h:3179
void clear_aec_delay_agnostic_enabled()
Definition: debug.pb.h:2780
bool aec_enabled() const
Definition: debug.pb.h:2759
int32_t aecm_routing_mode_
Definition: debug.pb.h:1224
void clear_aec_suppression_level()
Definition: debug.pb.h:2864
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: debug.pb.h:922
void _internal_set_transient_suppression_enabled(bool value)
Definition: debug.pb.h:3183
bool has_aec_enabled() const
Definition: debug.pb.h:2749
bool _internal_pre_amplifier_enabled() const
Definition: debug.pb.h:3272
bool _internal_has_ns_level() const
Definition: debug.pb.h:3137
void clear_pre_amplifier_fixed_gain_factor()
Definition: debug.pb.h:3296
PROTOBUF_CONSTEXPR Config(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
bool _internal_aec_extended_filter_enabled() const
Definition: debug.pb.h:2840
void clear_agc_mode()
Definition: debug.pb.h:3004
void clear_hpf_enabled()
Definition: debug.pb.h:3088
void set_agc_limiter_enabled(bool value)
Definition: debug.pb.h:3047
void _internal_set_agc_limiter_enabled(bool value)
Definition: debug.pb.h:3043
bool _internal_has_hpf_enabled() const
Definition: debug.pb.h:3081
bool aec_drift_compensation_enabled() const
Definition: debug.pb.h:2815
Definition: debug.pb.h:1630
bool _internal_has_reverse_stream() const
Definition: debug.pb.h:3762
bool has_type() const
Definition: debug.pb.h:3647
::webrtc::audioproc::ReverseStream * unsafe_arena_release_reverse_stream()
Definition: debug.pb.h:3811
Event * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: debug.pb.h:1701
friend void swap(Event &a, Event &b)
Definition: debug.pb.h:1677
void clear_type()
Definition: debug.pb.h:3650
PROTOBUF_CONSTEXPR Event(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
::webrtc::audioproc::Event_Type _internal_type() const
Definition: debug.pb.h:3654
void clear_init()
Definition: debug.pb.h:3680
::webrtc::audioproc::Config * unsafe_arena_release_config()
Definition: debug.pb.h:3991
::webrtc::audioproc::RuntimeSetting * mutable_runtime_setting()
Definition: debug.pb.h:4096
void unsafe_arena_set_allocated_runtime_setting(::webrtc::audioproc::RuntimeSetting *runtime_setting)
Definition: debug.pb.h:4053
::webrtc::audioproc::RuntimeSetting * _internal_mutable_runtime_setting()
Definition: debug.pb.h:4088
PROTOBUF_NODISCARD::webrtc::audioproc::Stream * release_stream()
Definition: debug.pb.h:3886
const ::webrtc::audioproc::ReverseStream & _internal_reverse_stream() const
Definition: debug.pb.h:3774
Event & operator=(Event &&from) noexcept
Definition: debug.pb.h:1646
void set_type(::webrtc::audioproc::Event_Type value)
Definition: debug.pb.h:3666
bool _internal_has_init() const
Definition: debug.pb.h:3672
::webrtc::audioproc::Config * mutable_config()
Definition: debug.pb.h:4006
::webrtc::audioproc::RuntimeSetting * runtime_setting_
Definition: debug.pb.h:1896
::webrtc::audioproc::ReverseStream * reverse_stream_
Definition: debug.pb.h:1893
Event()
Definition: debug.pb.h:1632
Event(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
PROTOBUF_NODISCARD::webrtc::audioproc::ReverseStream * release_reverse_stream()
Definition: debug.pb.h:3796
::webrtc::audioproc::ReverseStream * _internal_mutable_reverse_stream()
Definition: debug.pb.h:3818
const ::webrtc::audioproc::Init & init() const
Definition: debug.pb.h:3689
std::string GetTypeName() const final
void CopyFrom(const Event &from)
void set_allocated_init(::webrtc::audioproc::Init *init)
Definition: debug.pb.h:3741
const ::webrtc::audioproc::Config & config() const
Definition: debug.pb.h:3959
int type_
Definition: debug.pb.h:1897
::webrtc::audioproc::Event_Type type() const
Definition: debug.pb.h:3657
bool _internal_has_runtime_setting() const
Definition: debug.pb.h:4032
::webrtc::audioproc::Init * mutable_init()
Definition: debug.pb.h:3736
bool has_init() const
Definition: debug.pb.h:3677
void InternalArenaConstructable_
Definition: debug.pb.h:1888
void InternalSwap(Event *other)
static bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Type *value)
Definition: debug.pb.h:1765
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: debug.pb.h:1891
void set_allocated_runtime_setting(::webrtc::audioproc::RuntimeSetting *runtime_setting)
Definition: debug.pb.h:4101
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: debug.pb.h:1724
void UnsafeArenaSwap(Event *other)
Definition: debug.pb.h:1693
static const std::string & Type_Name(T enum_t_value)
Definition: debug.pb.h:1759
::webrtc::audioproc::Config * _internal_mutable_config()
Definition: debug.pb.h:3998
::webrtc::audioproc::RuntimeSetting * unsafe_arena_release_runtime_setting()
Definition: debug.pb.h:4081
static const Event & default_instance()
Definition: debug.pb.h:1667
bool _internal_has_config() const
Definition: debug.pb.h:3942
const ::webrtc::audioproc::Stream & _internal_stream() const
Definition: debug.pb.h:3864
PROTOBUF_NOINLINE void Swap(Event *other)
Definition: debug.pb.h:1680
static const Event * internal_default_instance()
Definition: debug.pb.h:1670
PROTOBUF_NODISCARD::webrtc::audioproc::Init * release_init()
Definition: debug.pb.h:3706
::webrtc::audioproc::Stream * unsafe_arena_release_stream()
Definition: debug.pb.h:3901
void set_allocated_config(::webrtc::audioproc::Config *config)
Definition: debug.pb.h:4011
::webrtc::audioproc::Stream * stream_
Definition: debug.pb.h:1894
void _internal_set_type(::webrtc::audioproc::Event_Type value)
Definition: debug.pb.h:3661
const ::webrtc::audioproc::Config & _internal_config() const
Definition: debug.pb.h:3954
std::string * mutable_unknown_fields()
Definition: debug.pb.h:1663
void SetCachedSize(int size) const
::webrtc::audioproc::Stream * _internal_mutable_stream()
Definition: debug.pb.h:3908
const std::string & unknown_fields() const
Definition: debug.pb.h:1660
const ::webrtc::audioproc::Stream & stream() const
Definition: debug.pb.h:3869
const ::webrtc::audioproc::RuntimeSetting & _internal_runtime_setting() const
Definition: debug.pb.h:4044
bool has_config() const
Definition: debug.pb.h:3947
::webrtc::audioproc::Stream * mutable_stream()
Definition: debug.pb.h:3916
void unsafe_arena_set_allocated_init(::webrtc::audioproc::Init *init)
Definition: debug.pb.h:3693
void unsafe_arena_set_allocated_config(::webrtc::audioproc::Config *config)
Definition: debug.pb.h:3963
PROTOBUF_NODISCARD::webrtc::audioproc::Config * release_config()
Definition: debug.pb.h:3976
const ::webrtc::audioproc::Init & _internal_init() const
Definition: debug.pb.h:3684
const ::webrtc::audioproc::RuntimeSetting & runtime_setting() const
Definition: debug.pb.h:4049
::webrtc::audioproc::Init * _internal_mutable_init()
Definition: debug.pb.h:3728
PROTOBUF_NODISCARD::webrtc::audioproc::RuntimeSetting * release_runtime_setting()
Definition: debug.pb.h:4066
bool has_stream() const
Definition: debug.pb.h:3857
::webrtc::audioproc::ReverseStream * mutable_reverse_stream()
Definition: debug.pb.h:3826
void clear_config()
Definition: debug.pb.h:3950
bool has_reverse_stream() const
Definition: debug.pb.h:3767
Event(Event &&from) noexcept
Definition: debug.pb.h:1637
void MergeFrom(const Event &from)
::webrtc::audioproc::Init * init_
Definition: debug.pb.h:1892
bool has_runtime_setting() const
Definition: debug.pb.h:4037
bool _internal_has_type() const
Definition: debug.pb.h:3643
::webrtc::audioproc::Config * config_
Definition: debug.pb.h:1895
const ::webrtc::audioproc::ReverseStream & reverse_stream() const
Definition: debug.pb.h:3779
bool _internal_has_stream() const
Definition: debug.pb.h:3852
void set_allocated_reverse_stream(::webrtc::audioproc::ReverseStream *reverse_stream)
Definition: debug.pb.h:3831
void clear_reverse_stream()
Definition: debug.pb.h:3770
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
Definition: debug.pb.h:1890
void clear_runtime_setting()
Definition: debug.pb.h:4040
void set_allocated_stream(::webrtc::audioproc::Stream *stream)
Definition: debug.pb.h:3921
::webrtc::audioproc::Init * unsafe_arena_release_init()
Definition: debug.pb.h:3721
void unsafe_arena_set_allocated_stream(::webrtc::audioproc::Stream *stream)
Definition: debug.pb.h:3873
Event & operator=(const Event &from)
Definition: debug.pb.h:1642
void unsafe_arena_set_allocated_reverse_stream(::webrtc::audioproc::ReverseStream *reverse_stream)
Definition: debug.pb.h:3783
void clear_stream()
Definition: debug.pb.h:3860
void DestructorSkippable_
Definition: debug.pb.h:1889
void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
Definition: debug.pb.h:108
bool _internal_has_num_input_channels() const
Definition: debug.pb.h:1968
void clear_num_reverse_channels()
Definition: debug.pb.h:2031
int32_t sample_rate() const
Definition: debug.pb.h:1926
void clear_num_reverse_output_channels()
Definition: debug.pb.h:2143
PROTOBUF_DEPRECATED void set_device_sample_rate(int32_t value)
Definition: debug.pb.h:1962
void clear_output_sample_rate()
Definition: debug.pb.h:2087
int32_t num_reverse_channels() const
Definition: debug.pb.h:2038
int32_t _internal_num_reverse_channels() const
Definition: debug.pb.h:2035
Init(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
Init * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: debug.pb.h:179
void CopyFrom(const Init &from)
void set_num_input_channels(int32_t value)
Definition: debug.pb.h:1990
PROTOBUF_CONSTEXPR Init(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Init & operator=(const Init &from)
Definition: debug.pb.h:120
void _internal_set_num_reverse_output_channels(int32_t value)
Definition: debug.pb.h:2154
int32_t output_sample_rate_
Definition: debug.pb.h:373
void clear_num_output_channels()
Definition: debug.pb.h:2003
PROTOBUF_NOINLINE void Swap(Init *other)
Definition: debug.pb.h:158
int64_t timestamp_ms_
Definition: debug.pb.h:375
int32_t _internal_sample_rate() const
Definition: debug.pb.h:1923
int32_t num_reverse_output_channels_
Definition: debug.pb.h:376
int32_t num_output_channels_
Definition: debug.pb.h:370
int32_t _internal_num_output_channels() const
Definition: debug.pb.h:2007
void DestructorSkippable_
Definition: debug.pb.h:364
Init & operator=(Init &&from) noexcept
Definition: debug.pb.h:124
void clear_reverse_sample_rate()
Definition: debug.pb.h:2059
bool has_output_sample_rate() const
Definition: debug.pb.h:2084
int32_t num_input_channels() const
Definition: debug.pb.h:1982
void set_reverse_output_sample_rate(int32_t value)
Definition: debug.pb.h:2130
bool _internal_has_reverse_sample_rate() const
Definition: debug.pb.h:2052
int32_t num_output_channels() const
Definition: debug.pb.h:2010
void clear_reverse_output_sample_rate()
Definition: debug.pb.h:2115
bool _internal_has_timestamp_ms() const
Definition: debug.pb.h:2164
std::string * mutable_unknown_fields()
Definition: debug.pb.h:141
void SetCachedSize(int size) const
void set_timestamp_ms(int64_t value)
Definition: debug.pb.h:2186
void _internal_set_num_output_channels(int32_t value)
Definition: debug.pb.h:2014
void InternalSwap(Init *other)
int32_t num_input_channels_
Definition: debug.pb.h:369
void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
int32_t _internal_num_input_channels() const
Definition: debug.pb.h:1979
bool _internal_has_num_output_channels() const
Definition: debug.pb.h:1996
void set_sample_rate(int32_t value)
Definition: debug.pb.h:1934
void clear_num_input_channels()
Definition: debug.pb.h:1975
void set_num_reverse_output_channels(int32_t value)
Definition: debug.pb.h:2158
void set_num_output_channels(int32_t value)
Definition: debug.pb.h:2018
friend void swap(Init &a, Init &b)
Definition: debug.pb.h:155
void UnsafeArenaSwap(Init *other)
Definition: debug.pb.h:171
void set_output_sample_rate(int32_t value)
Definition: debug.pb.h:2102
PROTOBUF_DEPRECATED bool has_device_sample_rate() const
Definition: debug.pb.h:1944
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
Definition: debug.pb.h:365
bool has_num_reverse_output_channels() const
Definition: debug.pb.h:2140
int32_t num_reverse_output_channels() const
Definition: debug.pb.h:2150
int32_t _internal_num_reverse_output_channels() const
Definition: debug.pb.h:2147
bool _internal_has_reverse_output_sample_rate() const
Definition: debug.pb.h:2108
@ kSampleRateFieldNumber
Definition: debug.pb.h:217
@ kOutputSampleRateFieldNumber
Definition: debug.pb.h:223
@ kTimestampMsFieldNumber
Definition: debug.pb.h:225
@ kNumReverseChannelsFieldNumber
Definition: debug.pb.h:221
@ kNumInputChannelsFieldNumber
Definition: debug.pb.h:219
@ kDeviceSampleRateFieldNumber
Definition: debug.pb.h:218
@ kReverseOutputSampleRateFieldNumber
Definition: debug.pb.h:224
@ kNumReverseOutputChannelsFieldNumber
Definition: debug.pb.h:226
@ kNumOutputChannelsFieldNumber
Definition: debug.pb.h:220
@ kReverseSampleRateFieldNumber
Definition: debug.pb.h:222
void InternalArenaConstructable_
Definition: debug.pb.h:363
int GetCachedSize() const final
Definition: debug.pb.h:192
void _internal_set_reverse_sample_rate(int32_t value)
Definition: debug.pb.h:2070
bool _internal_has_sample_rate() const
Definition: debug.pb.h:1912
int32_t num_reverse_channels_
Definition: debug.pb.h:371
static const Init * internal_default_instance()
Definition: debug.pb.h:148
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const Init & default_instance()
Definition: debug.pb.h:145
void set_num_reverse_channels(int32_t value)
Definition: debug.pb.h:2046
bool has_sample_rate() const
Definition: debug.pb.h:1916
int32_t reverse_output_sample_rate_
Definition: debug.pb.h:374
int64_t timestamp_ms() const
Definition: debug.pb.h:2178
int32_t _internal_device_sample_rate() const
Definition: debug.pb.h:1951
int32_t reverse_sample_rate() const
Definition: debug.pb.h:2066
void set_reverse_sample_rate(int32_t value)
Definition: debug.pb.h:2074
static constexpr int kIndexInFileMessages
Definition: debug.pb.h:152
int32_t _internal_reverse_sample_rate() const
Definition: debug.pb.h:2063
bool _internal_has_num_reverse_channels() const
Definition: debug.pb.h:2024
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: debug.pb.h:366
void _internal_set_timestamp_ms(int64_t value)
Definition: debug.pb.h:2182
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: debug.pb.h:202
PROTOBUF_DEPRECATED int32_t device_sample_rate() const
Definition: debug.pb.h:1954
int32_t device_sample_rate_
Definition: debug.pb.h:368
bool IsInitialized() const final
int32_t output_sample_rate() const
Definition: debug.pb.h:2094
bool has_num_output_channels() const
Definition: debug.pb.h:2000
void _internal_set_reverse_output_sample_rate(int32_t value)
Definition: debug.pb.h:2126
Init()
Definition: debug.pb.h:110
bool _internal_has_device_sample_rate() const
Definition: debug.pb.h:1940
bool has_num_reverse_channels() const
Definition: debug.pb.h:2028
int32_t _internal_reverse_output_sample_rate() const
Definition: debug.pb.h:2119
void _internal_set_output_sample_rate(int32_t value)
Definition: debug.pb.h:2098
bool has_num_input_channels() const
Definition: debug.pb.h:1972
bool _internal_has_output_sample_rate() const
Definition: debug.pb.h:2080
void _internal_set_device_sample_rate(int32_t value)
Definition: debug.pb.h:1958
Init(Init &&from) noexcept
Definition: debug.pb.h:115
PROTOBUF_DEPRECATED void clear_device_sample_rate()
Definition: debug.pb.h:1947
int32_t reverse_output_sample_rate() const
Definition: debug.pb.h:2122
void _internal_set_sample_rate(int32_t value)
Definition: debug.pb.h:1930
void clear_sample_rate()
Definition: debug.pb.h:1919
std::string GetTypeName() const final
void clear_timestamp_ms()
Definition: debug.pb.h:2171
int32_t reverse_sample_rate_
Definition: debug.pb.h:372
void MergeFrom(const Init &from)
void _internal_set_num_input_channels(int32_t value)
Definition: debug.pb.h:1986
int64_t _internal_timestamp_ms() const
Definition: debug.pb.h:2175
bool has_reverse_sample_rate() const
Definition: debug.pb.h:2056
bool _internal_has_num_reverse_output_channels() const
Definition: debug.pb.h:2136
const std::string & unknown_fields() const
Definition: debug.pb.h:138
bool has_timestamp_ms() const
Definition: debug.pb.h:2168
void _internal_set_num_reverse_channels(int32_t value)
Definition: debug.pb.h:2042
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
size_t ByteSizeLong() const final
int32_t sample_rate_
Definition: debug.pb.h:367
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
bool has_reverse_output_sample_rate() const
Definition: debug.pb.h:2112
int32_t _internal_output_sample_rate() const
Definition: debug.pb.h:2091
Definition: debug.pb.h:1242
int32_t _internal_id() const
Definition: debug.pb.h:3332
void _internal_set_id(int32_t value)
Definition: debug.pb.h:3339
int32_t max_volume_
Definition: debug.pb.h:1390
PlayoutAudioDeviceInfo & operator=(const PlayoutAudioDeviceInfo &from)
Definition: debug.pb.h:1254
void clear_max_volume()
Definition: debug.pb.h:3356
void MergeFrom(const PlayoutAudioDeviceInfo &from)
friend void swap(PlayoutAudioDeviceInfo &a, PlayoutAudioDeviceInfo &b)
Definition: debug.pb.h:1289
int32_t id() const
Definition: debug.pb.h:3335
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: debug.pb.h:1336
bool _internal_has_id() const
Definition: debug.pb.h:3321
bool _internal_has_max_volume() const
Definition: debug.pb.h:3349
PlayoutAudioDeviceInfo(PlayoutAudioDeviceInfo &&from) noexcept
Definition: debug.pb.h:1249
void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
PROTOBUF_NOINLINE void Swap(PlayoutAudioDeviceInfo *other)
Definition: debug.pb.h:1292
PlayoutAudioDeviceInfo()
Definition: debug.pb.h:1244
void _internal_set_max_volume(int32_t value)
Definition: debug.pb.h:3367
PlayoutAudioDeviceInfo & operator=(PlayoutAudioDeviceInfo &&from) noexcept
Definition: debug.pb.h:1258
void DestructorSkippable_
Definition: debug.pb.h:1386
void set_max_volume(int32_t value)
Definition: debug.pb.h:3371
void UnsafeArenaSwap(PlayoutAudioDeviceInfo *other)
Definition: debug.pb.h:1305
void CopyFrom(const PlayoutAudioDeviceInfo &from)
PlayoutAudioDeviceInfo * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: debug.pb.h:1313
void clear_id()
Definition: debug.pb.h:3328
std::string GetTypeName() const final
std::string * mutable_unknown_fields()
Definition: debug.pb.h:1275
void set_id(int32_t value)
Definition: debug.pb.h:3343
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: debug.pb.h:1388
void InternalArenaConstructable_
Definition: debug.pb.h:1385
bool has_id() const
Definition: debug.pb.h:3325
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
Definition: debug.pb.h:1387
PROTOBUF_CONSTEXPR PlayoutAudioDeviceInfo(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
void InternalSwap(PlayoutAudioDeviceInfo *other)
~PlayoutAudioDeviceInfo() override
int32_t id_
Definition: debug.pb.h:1389
PlayoutAudioDeviceInfo(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const PlayoutAudioDeviceInfo * internal_default_instance()
Definition: debug.pb.h:1282
void SetCachedSize(int size) const
PlayoutAudioDeviceInfo(const PlayoutAudioDeviceInfo &from)
int32_t _internal_max_volume() const
Definition: debug.pb.h:3360
bool has_max_volume() const
Definition: debug.pb.h:3353
static const PlayoutAudioDeviceInfo & default_instance()
Definition: debug.pb.h:1279
int32_t max_volume() const
Definition: debug.pb.h:3363
const std::string & unknown_fields() const
Definition: debug.pb.h:1272
Definition: debug.pb.h:382
void SetCachedSize(int size) const
int channel_size() const
Definition: debug.pb.h:2267
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_channel()
Definition: debug.pb.h:2333
void clear_data()
Definition: debug.pb.h:2203
ReverseStream & operator=(ReverseStream &&from) noexcept
Definition: debug.pb.h:398
const std::string & unknown_fields() const
Definition: debug.pb.h:412
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & channel() const
Definition: debug.pb.h:2328
void MergeFrom(const ReverseStream &from)
ReverseStream()
Definition: debug.pb.h:384
int _internal_channel_size() const
Definition: debug.pb.h:2264
ReverseStream(ReverseStream &&from) noexcept
Definition: debug.pb.h:389
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void UnsafeArenaSwap(ReverseStream *other)
Definition: debug.pb.h:445
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > channel_
Definition: debug.pb.h:545
ReverseStream * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: debug.pb.h:453
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: debug.pb.h:476
~ReverseStream() override
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: debug.pb.h:544
const std::string & data() const
Definition: debug.pb.h:2207
void InternalArenaConstructable_
Definition: debug.pb.h:541
PROTOBUF_ALWAYS_INLINE void _internal_set_data(const std::string &value)
Definition: debug.pb.h:2226
std::string GetTypeName() const final
std::string * mutable_unknown_fields()
Definition: debug.pb.h:415
void CopyFrom(const ReverseStream &from)
std::string * _internal_add_channel()
Definition: debug.pb.h:2307
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr data_
Definition: debug.pb.h:546
void set_allocated_data(std::string *data)
Definition: debug.pb.h:2248
void set_data(ArgT0 &&arg0, ArgT... args)
const std::string & _internal_data() const
Definition: debug.pb.h:2223
friend void swap(ReverseStream &a, ReverseStream &b)
Definition: debug.pb.h:429
PROTOBUF_CONSTEXPR ReverseStream(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
const std::string & _internal_channel(int index) const
Definition: debug.pb.h:2278
void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
PROTOBUF_NODISCARD std::string * release_data()
Definition: debug.pb.h:2234
void clear_channel()
Definition: debug.pb.h:2270
void set_channel(int index, const std::string &value)
Definition: debug.pb.h:2289
bool _internal_has_data() const
Definition: debug.pb.h:2196
bool has_data() const
Definition: debug.pb.h:2200
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
Definition: debug.pb.h:543
ReverseStream & operator=(const ReverseStream &from)
Definition: debug.pb.h:394
std::string * mutable_data()
Definition: debug.pb.h:2218
std::string * _internal_mutable_data()
Definition: debug.pb.h:2230
static const ReverseStream & default_instance()
Definition: debug.pb.h:419
std::string * add_channel()
Definition: debug.pb.h:2273
ReverseStream(const ReverseStream &from)
static const ReverseStream * internal_default_instance()
Definition: debug.pb.h:422
void DestructorSkippable_
Definition: debug.pb.h:542
PROTOBUF_NOINLINE void Swap(ReverseStream *other)
Definition: debug.pb.h:432
ReverseStream(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
void InternalSwap(ReverseStream *other)
Definition: debug.pb.h:1396
void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
float _internal_capture_fixed_post_gain() const
Definition: debug.pb.h:3448
void clear_playout_volume_change()
Definition: debug.pb.h:3472
::webrtc::audioproc::PlayoutAudioDeviceInfo * mutable_playout_audio_device_change()
Definition: debug.pb.h:3557
float capture_post_gain() const
Definition: debug.pb.h:3625
void clear_playout_audio_device_change()
Definition: debug.pb.h:3501
void set_allocated_playout_audio_device_change(::webrtc::audioproc::PlayoutAudioDeviceInfo *playout_audio_device_change)
Definition: debug.pb.h:3562
int32_t playout_volume_change() const
Definition: debug.pb.h:3479
RuntimeSetting(RuntimeSetting &&from) noexcept
Definition: debug.pb.h:1403
::webrtc::audioproc::PlayoutAudioDeviceInfo * unsafe_arena_release_playout_audio_device_change()
Definition: debug.pb.h:3542
void set_playout_volume_change(int32_t value)
Definition: debug.pb.h:3487
bool _internal_has_playout_audio_device_change() const
Definition: debug.pb.h:3493
static const RuntimeSetting * internal_default_instance()
Definition: debug.pb.h:1436
void clear_capture_output_used()
Definition: debug.pb.h:3590
bool has_capture_output_used() const
Definition: debug.pb.h:3587
RuntimeSetting * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: debug.pb.h:1467
float capture_fixed_post_gain() const
Definition: debug.pb.h:3451
void set_capture_post_gain(float value)
Definition: debug.pb.h:3633
friend void swap(RuntimeSetting &a, RuntimeSetting &b)
Definition: debug.pb.h:1443
void unsafe_arena_set_allocated_playout_audio_device_change(::webrtc::audioproc::PlayoutAudioDeviceInfo *playout_audio_device_change)
Definition: debug.pb.h:3514
RuntimeSetting & operator=(RuntimeSetting &&from) noexcept
Definition: debug.pb.h:1412
void set_capture_output_used(bool value)
Definition: debug.pb.h:3605
float _internal_capture_post_gain() const
Definition: debug.pb.h:3622
float capture_pre_gain_
Definition: debug.pb.h:1619
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: debug.pb.h:1490
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
Definition: debug.pb.h:1616
void _internal_set_capture_fixed_post_gain(float value)
Definition: debug.pb.h:3455
bool has_playout_volume_change() const
Definition: debug.pb.h:3469
void DestructorSkippable_
Definition: debug.pb.h:1615
float _internal_custom_render_processing_setting() const
Definition: debug.pb.h:3420
float capture_post_gain_
Definition: debug.pb.h:1624
float _internal_capture_pre_gain() const
Definition: debug.pb.h:3392
bool _internal_has_playout_volume_change() const
Definition: debug.pb.h:3465
void clear_capture_fixed_post_gain()
Definition: debug.pb.h:3444
void _internal_set_custom_render_processing_setting(float value)
Definition: debug.pb.h:3427
void set_custom_render_processing_setting(float value)
Definition: debug.pb.h:3431
std::string GetTypeName() const final
int32_t _internal_playout_volume_change() const
Definition: debug.pb.h:3476
void MergeFrom(const RuntimeSetting &from)
bool has_custom_render_processing_setting() const
Definition: debug.pb.h:3413
PROTOBUF_NODISCARD::webrtc::audioproc::PlayoutAudioDeviceInfo * release_playout_audio_device_change()
Definition: debug.pb.h:3527
float capture_fixed_post_gain_
Definition: debug.pb.h:1621
RuntimeSetting(const RuntimeSetting &from)
bool has_capture_pre_gain() const
Definition: debug.pb.h:3385
bool _internal_has_capture_post_gain() const
Definition: debug.pb.h:3611
void _internal_set_capture_pre_gain(float value)
Definition: debug.pb.h:3399
bool _internal_capture_output_used() const
Definition: debug.pb.h:3594
void clear_custom_render_processing_setting()
Definition: debug.pb.h:3416
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::webrtc::audioproc::PlayoutAudioDeviceInfo * playout_audio_device_change_
Definition: debug.pb.h:1618
void _internal_set_capture_post_gain(float value)
Definition: debug.pb.h:3629
void InternalSwap(RuntimeSetting *other)
PROTOBUF_CONSTEXPR RuntimeSetting(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
const ::webrtc::audioproc::PlayoutAudioDeviceInfo & _internal_playout_audio_device_change() const
Definition: debug.pb.h:3505
void UnsafeArenaSwap(RuntimeSetting *other)
Definition: debug.pb.h:1459
const std::string & unknown_fields() const
Definition: debug.pb.h:1426
bool _internal_has_custom_render_processing_setting() const
Definition: debug.pb.h:3409
bool _internal_has_capture_pre_gain() const
Definition: debug.pb.h:3381
std::string * mutable_unknown_fields()
Definition: debug.pb.h:1429
void _internal_set_capture_output_used(bool value)
Definition: debug.pb.h:3601
void InternalArenaConstructable_
Definition: debug.pb.h:1614
void set_capture_pre_gain(float value)
Definition: debug.pb.h:3403
void clear_capture_pre_gain()
Definition: debug.pb.h:3388
void SetCachedSize(int size) const
float capture_pre_gain() const
Definition: debug.pb.h:3395
RuntimeSetting & operator=(const RuntimeSetting &from)
Definition: debug.pb.h:1408
::webrtc::audioproc::PlayoutAudioDeviceInfo * _internal_mutable_playout_audio_device_change()
Definition: debug.pb.h:3549
RuntimeSetting(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
void CopyFrom(const RuntimeSetting &from)
int32_t playout_volume_change_
Definition: debug.pb.h:1622
PROTOBUF_NOINLINE void Swap(RuntimeSetting *other)
Definition: debug.pb.h:1446
~RuntimeSetting() override
RuntimeSetting()
Definition: debug.pb.h:1398
void set_capture_fixed_post_gain(float value)
Definition: debug.pb.h:3459
bool _internal_has_capture_output_used() const
Definition: debug.pb.h:3583
float custom_render_processing_setting_
Definition: debug.pb.h:1620
void _internal_set_playout_volume_change(int32_t value)
Definition: debug.pb.h:3483
const ::webrtc::audioproc::PlayoutAudioDeviceInfo & playout_audio_device_change() const
Definition: debug.pb.h:3510
bool capture_output_used() const
Definition: debug.pb.h:3597
bool capture_output_used_
Definition: debug.pb.h:1623
void clear_capture_post_gain()
Definition: debug.pb.h:3618
static const RuntimeSetting & default_instance()
Definition: debug.pb.h:1433
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: debug.pb.h:1617
bool has_playout_audio_device_change() const
Definition: debug.pb.h:3498
bool _internal_has_capture_fixed_post_gain() const
Definition: debug.pb.h:3437
bool has_capture_fixed_post_gain() const
Definition: debug.pb.h:3441
float custom_render_processing_setting() const
Definition: debug.pb.h:3423
bool has_capture_post_gain() const
Definition: debug.pb.h:3615
Definition: debug.pb.h:552
friend void swap(Stream &a, Stream &b)
Definition: debug.pb.h:599
void clear_drift()
Definition: debug.pb.h:2514
void clear_input_data()
Definition: debug.pb.h:2350
void set_allocated_input_data(std::string *input_data)
Definition: debug.pb.h:2395
Stream(Stream &&from) noexcept
Definition: debug.pb.h:559
void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
bool keypress() const
Definition: debug.pb.h:2577
Stream(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
void CopyFrom(const Stream &from)
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr output_data_
Definition: debug.pb.h:818
Stream(const Stream &from)
bool keypress_
Definition: debug.pb.h:822
std::string * add_output_channel()
Definition: debug.pb.h:2675
void set_drift(int32_t value)
Definition: debug.pb.h:2529
void set_output_data(ArgT0 &&arg0, ArgT... args)
bool has_drift() const
Definition: debug.pb.h:2511
void set_delay(int32_t value)
Definition: debug.pb.h:2501
std::string * _internal_mutable_input_data()
Definition: debug.pb.h:2377
void clear_delay()
Definition: debug.pb.h:2486
PROTOBUF_NODISCARD std::string * release_output_data()
Definition: debug.pb.h:2449
void _internal_set_applied_input_volume(int32_t value)
Definition: debug.pb.h:2553
std::string * _internal_mutable_output_data()
Definition: debug.pb.h:2445
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: debug.pb.h:814
bool _internal_has_applied_input_volume() const
Definition: debug.pb.h:2535
void SetCachedSize(int size) const
int32_t _internal_drift() const
Definition: debug.pb.h:2518
int32_t _internal_delay() const
Definition: debug.pb.h:2490
static const Stream * internal_default_instance()
Definition: debug.pb.h:592
void clear_input_channel()
Definition: debug.pb.h:2597
int32_t drift_
Definition: debug.pb.h:820
int32_t delay() const
Definition: debug.pb.h:2493
void _internal_set_delay(int32_t value)
Definition: debug.pb.h:2497
void set_output_channel(int index, const std::string &value)
Definition: debug.pb.h:2691
const std::string & _internal_output_data() const
Definition: debug.pb.h:2438
int _internal_input_channel_size() const
Definition: debug.pb.h:2591
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
bool _internal_has_keypress() const
Definition: debug.pb.h:2563
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr input_data_
Definition: debug.pb.h:817
const std::string & _internal_output_channel(int index) const
Definition: debug.pb.h:2680
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & input_channel() const
Definition: debug.pb.h:2655
void InternalArenaConstructable_
Definition: debug.pb.h:811
Stream * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: debug.pb.h:623
const std::string & output_data() const
Definition: debug.pb.h:2422
void set_keypress(bool value)
Definition: debug.pb.h:2585
PROTOBUF_NODISCARD std::string * release_input_data()
Definition: debug.pb.h:2381
void MergeFrom(const Stream &from)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > output_channel_
Definition: debug.pb.h:816
bool has_delay() const
Definition: debug.pb.h:2483
bool _internal_has_delay() const
Definition: debug.pb.h:2479
int32_t drift() const
Definition: debug.pb.h:2521
int32_t applied_input_volume() const
Definition: debug.pb.h:2549
bool has_input_data() const
Definition: debug.pb.h:2347
void InternalSwap(Stream *other)
int32_t _internal_applied_input_volume() const
Definition: debug.pb.h:2546
const std::string & unknown_fields() const
Definition: debug.pb.h:582
bool _internal_has_output_data() const
Definition: debug.pb.h:2411
void clear_keypress()
Definition: debug.pb.h:2570
Stream & operator=(const Stream &from)
Definition: debug.pb.h:564
int _internal_output_channel_size() const
Definition: debug.pb.h:2666
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_input_channel()
Definition: debug.pb.h:2660
Stream()
Definition: debug.pb.h:554
int output_channel_size() const
Definition: debug.pb.h:2669
bool has_output_data() const
Definition: debug.pb.h:2415
std::string * _internal_add_input_channel()
Definition: debug.pb.h:2634
bool _internal_has_drift() const
Definition: debug.pb.h:2507
int input_channel_size() const
Definition: debug.pb.h:2594
std::string GetTypeName() const final
void DestructorSkippable_
Definition: debug.pb.h:812
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > input_channel_
Definition: debug.pb.h:815
bool has_keypress() const
Definition: debug.pb.h:2567
void _internal_set_drift(int32_t value)
Definition: debug.pb.h:2525
void set_input_data(ArgT0 &&arg0, ArgT... args)
void _internal_set_keypress(bool value)
Definition: debug.pb.h:2581
std::string * mutable_input_data()
Definition: debug.pb.h:2365
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_output_channel()
Definition: debug.pb.h:2735
bool _internal_has_input_data() const
Definition: debug.pb.h:2343
std::string * mutable_unknown_fields()
Definition: debug.pb.h:585
std::string * _internal_add_output_channel()
Definition: debug.pb.h:2709
void clear_output_channel()
Definition: debug.pb.h:2672
bool _internal_keypress() const
Definition: debug.pb.h:2574
void set_allocated_output_data(std::string *output_data)
Definition: debug.pb.h:2463
int32_t delay_
Definition: debug.pb.h:819
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
Definition: debug.pb.h:813
PROTOBUF_ALWAYS_INLINE void _internal_set_output_data(const std::string &value)
Definition: debug.pb.h:2441
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & output_channel() const
Definition: debug.pb.h:2730
PROTOBUF_ALWAYS_INLINE void _internal_set_input_data(const std::string &value)
Definition: debug.pb.h:2373
std::string * mutable_output_data()
Definition: debug.pb.h:2433
const std::string & _internal_input_channel(int index) const
Definition: debug.pb.h:2605
void UnsafeArenaSwap(Stream *other)
Definition: debug.pb.h:615
static const Stream & default_instance()
Definition: debug.pb.h:589
const std::string & input_data() const
Definition: debug.pb.h:2354
PROTOBUF_NOINLINE void Swap(Stream *other)
Definition: debug.pb.h:602
void set_applied_input_volume(int32_t value)
Definition: debug.pb.h:2557
void clear_applied_input_volume()
Definition: debug.pb.h:2542
std::string * add_input_channel()
Definition: debug.pb.h:2600
bool has_applied_input_volume() const
Definition: debug.pb.h:2539
PROTOBUF_CONSTEXPR Stream(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
int32_t applied_input_volume_
Definition: debug.pb.h:821
void set_input_channel(int index, const std::string &value)
Definition: debug.pb.h:2616
const std::string & _internal_input_data() const
Definition: debug.pb.h:2370
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: debug.pb.h:646
Stream & operator=(Stream &&from) noexcept
Definition: debug.pb.h:568
void clear_output_data()
Definition: debug.pb.h:2418
uint32_t id
Definition: file_sync_protocol.h:0
char data[Size]
Definition: incremental_server.cpp:1
uint32_t size
Definition: io.h:2
Event
Definition: kernel_log_server.h:31
EventDefaultTypeInternal _Event_default_instance_
const std::string & Event_Type_Name(Event_Type value)
constexpr int Event_Type_Type_ARRAYSIZE
Definition: debug.pb.h:93
PlayoutAudioDeviceInfoDefaultTypeInternal _PlayoutAudioDeviceInfo_default_instance_
ConfigDefaultTypeInternal _Config_default_instance_
constexpr Event_Type Event_Type_Type_MAX
Definition: debug.pb.h:92
ReverseStreamDefaultTypeInternal _ReverseStream_default_instance_
RuntimeSettingDefaultTypeInternal _RuntimeSetting_default_instance_
bool Event_Type_IsValid(int value)
constexpr Event_Type Event_Type_Type_MIN
Definition: debug.pb.h:91
StreamDefaultTypeInternal _Stream_default_instance_
Event_Type
Definition: debug.pb.h:82
@ Event_Type_STREAM
Definition: debug.pb.h:85
@ Event_Type_CONFIG
Definition: debug.pb.h:86
@ Event_Type_INIT
Definition: debug.pb.h:83
@ Event_Type_UNKNOWN_EVENT
Definition: debug.pb.h:87
@ Event_Type_RUNTIME_SETTING
Definition: debug.pb.h:88
@ Event_Type_REVERSE_STREAM
Definition: debug.pb.h:84
bool Event_Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Event_Type *value)
InitDefaultTypeInternal _Init_default_instance_
Definition: registered_field_trials.h:8
uint8_t type
Definition: pairing_connection.h:0
Definition: debug.pb.h:42
static const uint32_t offsets[]
Definition: debug.pb.h:43