Table of Contents

Class PushSoxResamplerRequest

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

other PushSoxResamplerRequest

Fields

DataPtrFieldNumber

Field number for the "data_ptr" field.

public const int DataPtrFieldNumber = 2

Field Value

int

ResamplerHandleFieldNumber

Field number for the "resampler_handle" field.

public const int ResamplerHandleFieldNumber = 1

Field Value

int

SizeFieldNumber

Field number for the "size" field.

public const int SizeFieldNumber = 3

Field Value

int

Properties

DataPtr

*const i16

public ulong DataPtr { get; set; }

Property Value

ulong

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

bool

HasResamplerHandle

Gets whether the "resampler_handle" field is set

public bool HasResamplerHandle { get; }

Property Value

bool

HasSize

Gets whether the "size" field is set

public bool HasSize { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<PushSoxResamplerRequest>

ResamplerHandle

public ulong ResamplerHandle { get; set; }

Property Value

ulong

Size

in bytes

public uint Size { get; set; }

Property Value

uint

Methods

CalculateSize()

public int CalculateSize()

Returns

int

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

PushSoxResamplerRequest

Equals(PushSoxResamplerRequest)

public bool Equals(PushSoxResamplerRequest other)

Parameters

other PushSoxResamplerRequest

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

public void MergeFrom(PushSoxResamplerRequest other)

Parameters

other PushSoxResamplerRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream