Table of Contents

Class FlushSoxResamplerRequest

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

other FlushSoxResamplerRequest

Fields

ResamplerHandleFieldNumber

Field number for the "resampler_handle" field.

public const int ResamplerHandleFieldNumber = 1

Field Value

int

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

bool

Parser

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

Property Value

MessageParser<FlushSoxResamplerRequest>

ResamplerHandle

public ulong ResamplerHandle { get; set; }

Property Value

ulong

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearResamplerHandle()

Clears the value of the "resampler_handle" field

public void ClearResamplerHandle()

Clone()

public FlushSoxResamplerRequest Clone()

Returns

FlushSoxResamplerRequest

Equals(FlushSoxResamplerRequest)

public bool Equals(FlushSoxResamplerRequest other)

Parameters

other FlushSoxResamplerRequest

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(FlushSoxResamplerRequest)

public void MergeFrom(FlushSoxResamplerRequest other)

Parameters

other FlushSoxResamplerRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream