Table of Contents

Class OwnedAudioResampler

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

Constructors

OwnedAudioResampler()

public OwnedAudioResampler()

OwnedAudioResampler(OwnedAudioResampler)

public OwnedAudioResampler(OwnedAudioResampler other)

Parameters

other OwnedAudioResampler

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 AudioResamplerInfo Info { get; set; }

Property Value

AudioResamplerInfo

Parser

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

Property Value

MessageParser<OwnedAudioResampler>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public OwnedAudioResampler Clone()

Returns

OwnedAudioResampler

Equals(OwnedAudioResampler)

public bool Equals(OwnedAudioResampler other)

Parameters

other OwnedAudioResampler

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

public void MergeFrom(OwnedAudioResampler other)

Parameters

other OwnedAudioResampler

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream