Class FlushSoxResamplerResponse
public sealed class FlushSoxResamplerResponse : Google.Protobuf.IMessage<FlushSoxResamplerResponse>, Google.Protobuf.IBufferMessage
- Inheritance
-
FlushSoxResamplerResponse
- Implements
-
IBufferMessage
- Extension Methods
Constructors
FlushSoxResamplerResponse()
public FlushSoxResamplerResponse()
FlushSoxResamplerResponse(FlushSoxResamplerResponse)
public FlushSoxResamplerResponse(FlushSoxResamplerResponse other)
Parameters
Fields
ErrorFieldNumber
Field number for the "error" field.
public const int ErrorFieldNumber = 3
Field Value
OutputPtrFieldNumber
Field number for the "output_ptr" field.
public const int OutputPtrFieldNumber = 1
Field Value
SizeFieldNumber
Field number for the "size" field.
public const int SizeFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Error
public string Error { get; set; }
Property Value
HasError
Gets whether the "error" field is set
public bool HasError { get; }
Property Value
HasOutputPtr
Gets whether the "output_ptr" field is set
public bool HasOutputPtr { get; }
Property Value
HasSize
Gets whether the "size" field is set
public bool HasSize { get; }
Property Value
OutputPtr
*const i16 (could be null)
public ulong OutputPtr { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<FlushSoxResamplerResponse> Parser { get; }
Property Value
- MessageParser<FlushSoxResamplerResponse>
Size
in bytes
public uint Size { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearError()
Clears the value of the "error" field
public void ClearError()
ClearOutputPtr()
Clears the value of the "output_ptr" field
public void ClearOutputPtr()
ClearSize()
Clears the value of the "size" field
public void ClearSize()
Clone()
public FlushSoxResamplerResponse Clone()
Returns
Equals(FlushSoxResamplerResponse)
public bool Equals(FlushSoxResamplerResponse other)
Parameters
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(FlushSoxResamplerResponse)
public void MergeFrom(FlushSoxResamplerResponse other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream