Class PushSoxResamplerResponse
public sealed class PushSoxResamplerResponse : Google.Protobuf.IMessage<PushSoxResamplerResponse>, Google.Protobuf.IBufferMessage
- Inheritance
-
PushSoxResamplerResponse
- Implements
-
IBufferMessage
- Extension Methods
Constructors
PushSoxResamplerResponse()
public PushSoxResamplerResponse()
PushSoxResamplerResponse(PushSoxResamplerResponse)
public PushSoxResamplerResponse(PushSoxResamplerResponse other)
Parameters
otherPushSoxResamplerResponse
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<PushSoxResamplerResponse> Parser { get; }
Property Value
- MessageParser<PushSoxResamplerResponse>
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 PushSoxResamplerResponse Clone()
Returns
Equals(PushSoxResamplerResponse)
public bool Equals(PushSoxResamplerResponse other)
Parameters
otherPushSoxResamplerResponse
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(PushSoxResamplerResponse)
public void MergeFrom(PushSoxResamplerResponse other)
Parameters
otherPushSoxResamplerResponse
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream