Class FlushSoxResamplerRequest
public sealed class FlushSoxResamplerRequest : Google.Protobuf.IMessage<FlushSoxResamplerRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
FlushSoxResamplerRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
FlushSoxResamplerRequest()
public FlushSoxResamplerRequest()
FlushSoxResamplerRequest(FlushSoxResamplerRequest)
public FlushSoxResamplerRequest(FlushSoxResamplerRequest other)
Parameters
otherFlushSoxResamplerRequest
Fields
ResamplerHandleFieldNumber
Field number for the "resampler_handle" field.
public const int ResamplerHandleFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasResamplerHandle
Gets whether the "resampler_handle" field is set
public bool HasResamplerHandle { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<FlushSoxResamplerRequest> Parser { get; }
Property Value
- MessageParser<FlushSoxResamplerRequest>
ResamplerHandle
public ulong ResamplerHandle { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearResamplerHandle()
Clears the value of the "resampler_handle" field
public void ClearResamplerHandle()
Clone()
public FlushSoxResamplerRequest Clone()
Returns
Equals(FlushSoxResamplerRequest)
public bool Equals(FlushSoxResamplerRequest other)
Parameters
otherFlushSoxResamplerRequest
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(FlushSoxResamplerRequest)
public void MergeFrom(FlushSoxResamplerRequest other)
Parameters
otherFlushSoxResamplerRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream