Table of Contents

Class FlushSoxResamplerResponse

Namespace
LiveKit.Proto
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

other FlushSoxResamplerResponse

Fields

ErrorFieldNumber

Field number for the "error" field.

public const int ErrorFieldNumber = 3

Field Value

int

OutputPtrFieldNumber

Field number for the "output_ptr" field.

public const int OutputPtrFieldNumber = 1

Field Value

int

SizeFieldNumber

Field number for the "size" field.

public const int SizeFieldNumber = 2

Field Value

int

Properties

Descriptor

public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Error

public string Error { get; set; }

Property Value

string

HasError

Gets whether the "error" field is set

public bool HasError { get; }

Property Value

bool

HasOutputPtr

Gets whether the "output_ptr" field is set

public bool HasOutputPtr { get; }

Property Value

bool

HasSize

Gets whether the "size" field is set

public bool HasSize { get; }

Property Value

bool

OutputPtr

*const i16 (could be null)

public ulong OutputPtr { get; set; }

Property Value

ulong

Parser

public static Google.Protobuf.MessageParser<FlushSoxResamplerResponse> Parser { get; }

Property Value

MessageParser<FlushSoxResamplerResponse>

Size

in bytes

public uint Size { get; set; }

Property Value

uint

Methods

CalculateSize()

public int CalculateSize()

Returns

int

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

FlushSoxResamplerResponse

Equals(FlushSoxResamplerResponse)

public bool Equals(FlushSoxResamplerResponse other)

Parameters

other FlushSoxResamplerResponse

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

public void MergeFrom(Google.Protobuf.CodedInputStream input)

Parameters

input CodedInputStream

MergeFrom(FlushSoxResamplerResponse)

public void MergeFrom(FlushSoxResamplerResponse other)

Parameters

other FlushSoxResamplerResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream