Class NewApmRequest
public sealed class NewApmRequest : Google.Protobuf.IMessage<NewApmRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
NewApmRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
NewApmRequest()
public NewApmRequest()
NewApmRequest(NewApmRequest)
public NewApmRequest(NewApmRequest other)
Parameters
otherNewApmRequest
Fields
EchoCancellerEnabledFieldNumber
Field number for the "echo_canceller_enabled" field.
public const int EchoCancellerEnabledFieldNumber = 1
Field Value
GainControllerEnabledFieldNumber
Field number for the "gain_controller_enabled" field.
public const int GainControllerEnabledFieldNumber = 2
Field Value
HighPassFilterEnabledFieldNumber
Field number for the "high_pass_filter_enabled" field.
public const int HighPassFilterEnabledFieldNumber = 3
Field Value
NoiseSuppressionEnabledFieldNumber
Field number for the "noise_suppression_enabled" field.
public const int NoiseSuppressionEnabledFieldNumber = 4
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
EchoCancellerEnabled
public bool EchoCancellerEnabled { get; set; }
Property Value
GainControllerEnabled
public bool GainControllerEnabled { get; set; }
Property Value
HasEchoCancellerEnabled
Gets whether the "echo_canceller_enabled" field is set
public bool HasEchoCancellerEnabled { get; }
Property Value
HasGainControllerEnabled
Gets whether the "gain_controller_enabled" field is set
public bool HasGainControllerEnabled { get; }
Property Value
HasHighPassFilterEnabled
Gets whether the "high_pass_filter_enabled" field is set
public bool HasHighPassFilterEnabled { get; }
Property Value
HasNoiseSuppressionEnabled
Gets whether the "noise_suppression_enabled" field is set
public bool HasNoiseSuppressionEnabled { get; }
Property Value
HighPassFilterEnabled
public bool HighPassFilterEnabled { get; set; }
Property Value
NoiseSuppressionEnabled
public bool NoiseSuppressionEnabled { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<NewApmRequest> Parser { get; }
Property Value
- MessageParser<NewApmRequest>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearEchoCancellerEnabled()
Clears the value of the "echo_canceller_enabled" field
public void ClearEchoCancellerEnabled()
ClearGainControllerEnabled()
Clears the value of the "gain_controller_enabled" field
public void ClearGainControllerEnabled()
ClearHighPassFilterEnabled()
Clears the value of the "high_pass_filter_enabled" field
public void ClearHighPassFilterEnabled()
ClearNoiseSuppressionEnabled()
Clears the value of the "noise_suppression_enabled" field
public void ClearNoiseSuppressionEnabled()
Clone()
public NewApmRequest Clone()
Returns
Equals(NewApmRequest)
public bool Equals(NewApmRequest other)
Parameters
otherNewApmRequest
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(NewApmRequest)
public void MergeFrom(NewApmRequest other)
Parameters
otherNewApmRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream