Table of Contents

Class BufferInfo

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

Constructors

BufferInfo()

public BufferInfo()

BufferInfo(BufferInfo)

public BufferInfo(BufferInfo other)

Parameters

other BufferInfo

Fields

DataLenFieldNumber

Field number for the "data_len" field.

public const int DataLenFieldNumber = 2

Field Value

int

DataPtrFieldNumber

Field number for the "data_ptr" field.

public const int DataPtrFieldNumber = 1

Field Value

int

Properties

DataLen

public ulong DataLen { get; set; }

Property Value

ulong

DataPtr

public ulong DataPtr { get; set; }

Property Value

ulong

Descriptor

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

Property Value

MessageDescriptor

HasDataLen

Gets whether the "data_len" field is set

public bool HasDataLen { get; }

Property Value

bool

HasDataPtr

Gets whether the "data_ptr" field is set

public bool HasDataPtr { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<BufferInfo>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearDataLen()

Clears the value of the "data_len" field

public void ClearDataLen()

ClearDataPtr()

Clears the value of the "data_ptr" field

public void ClearDataPtr()

Clone()

public BufferInfo Clone()

Returns

BufferInfo

Equals(BufferInfo)

public bool Equals(BufferInfo other)

Parameters

other BufferInfo

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

public void MergeFrom(BufferInfo other)

Parameters

other BufferInfo

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream