Table of Contents

Class PushSoxResamplerResponse

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

Constructors

PushSoxResamplerResponse()

public PushSoxResamplerResponse()

PushSoxResamplerResponse(PushSoxResamplerResponse)

public PushSoxResamplerResponse(PushSoxResamplerResponse other)

Parameters

other PushSoxResamplerResponse

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<PushSoxResamplerResponse> Parser { get; }

Property Value

MessageParser<PushSoxResamplerResponse>

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 PushSoxResamplerResponse Clone()

Returns

PushSoxResamplerResponse

Equals(PushSoxResamplerResponse)

public bool Equals(PushSoxResamplerResponse other)

Parameters

other PushSoxResamplerResponse

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

public void MergeFrom(PushSoxResamplerResponse other)

Parameters

other PushSoxResamplerResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream