Table of Contents

Class OwnedSoxResampler

Namespace
LiveKit.Proto
public sealed class OwnedSoxResampler : Google.Protobuf.IMessage<OwnedSoxResampler>, Google.Protobuf.IBufferMessage
Inheritance
OwnedSoxResampler
Implements
IBufferMessage
Extension Methods

Constructors

OwnedSoxResampler()

public OwnedSoxResampler()

OwnedSoxResampler(OwnedSoxResampler)

public OwnedSoxResampler(OwnedSoxResampler other)

Parameters

other OwnedSoxResampler

Fields

HandleFieldNumber

Field number for the "handle" field.

public const int HandleFieldNumber = 1

Field Value

int

InfoFieldNumber

Field number for the "info" field.

public const int InfoFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Handle

public FfiOwnedHandle Handle { get; set; }

Property Value

FfiOwnedHandle

Info

public SoxResamplerInfo Info { get; set; }

Property Value

SoxResamplerInfo

Parser

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

Property Value

MessageParser<OwnedSoxResampler>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public OwnedSoxResampler Clone()

Returns

OwnedSoxResampler

Equals(OwnedSoxResampler)

public bool Equals(OwnedSoxResampler other)

Parameters

other OwnedSoxResampler

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

public void MergeFrom(OwnedSoxResampler other)

Parameters

other OwnedSoxResampler

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream