Class PushSoxResamplerRequest
public sealed class PushSoxResamplerRequest : Google.Protobuf.IMessage<PushSoxResamplerRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
PushSoxResamplerRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
PushSoxResamplerRequest()
public PushSoxResamplerRequest()
PushSoxResamplerRequest(PushSoxResamplerRequest)
public PushSoxResamplerRequest(PushSoxResamplerRequest other)
Parameters
otherPushSoxResamplerRequest
Fields
DataPtrFieldNumber
Field number for the "data_ptr" field.
public const int DataPtrFieldNumber = 2
Field Value
ResamplerHandleFieldNumber
Field number for the "resampler_handle" field.
public const int ResamplerHandleFieldNumber = 1
Field Value
SizeFieldNumber
Field number for the "size" field.
public const int SizeFieldNumber = 3
Field Value
Properties
DataPtr
*const i16
public ulong DataPtr { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasDataPtr
Gets whether the "data_ptr" field is set
public bool HasDataPtr { get; }
Property Value
HasResamplerHandle
Gets whether the "resampler_handle" field is set
public bool HasResamplerHandle { get; }
Property Value
HasSize
Gets whether the "size" field is set
public bool HasSize { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<PushSoxResamplerRequest> Parser { get; }
Property Value
- MessageParser<PushSoxResamplerRequest>
ResamplerHandle
public ulong ResamplerHandle { get; set; }
Property Value
Size
in bytes
public uint Size { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearDataPtr()
Clears the value of the "data_ptr" field
public void ClearDataPtr()
ClearResamplerHandle()
Clears the value of the "resampler_handle" field
public void ClearResamplerHandle()
ClearSize()
Clears the value of the "size" field
public void ClearSize()
Clone()
public PushSoxResamplerRequest Clone()
Returns
Equals(PushSoxResamplerRequest)
public bool Equals(PushSoxResamplerRequest other)
Parameters
otherPushSoxResamplerRequest
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(PushSoxResamplerRequest)
public void MergeFrom(PushSoxResamplerRequest other)
Parameters
otherPushSoxResamplerRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream