Table of Contents

Class ByteStreamReaderReadAllRequest

Namespace
LiveKit.Proto

Reads an incoming byte stream in its entirety.

public sealed class ByteStreamReaderReadAllRequest : Google.Protobuf.IMessage<ByteStreamReaderReadAllRequest>, Google.Protobuf.IBufferMessage
Inheritance
ByteStreamReaderReadAllRequest
Implements
IBufferMessage
Extension Methods

Constructors

ByteStreamReaderReadAllRequest()

public ByteStreamReaderReadAllRequest()

ByteStreamReaderReadAllRequest(ByteStreamReaderReadAllRequest)

public ByteStreamReaderReadAllRequest(ByteStreamReaderReadAllRequest other)

Parameters

other ByteStreamReaderReadAllRequest

Fields

ReaderHandleFieldNumber

Field number for the "reader_handle" field.

public const int ReaderHandleFieldNumber = 1

Field Value

int

RequestAsyncIdFieldNumber

Field number for the "request_async_id" field.

public const int RequestAsyncIdFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasReaderHandle

Gets whether the "reader_handle" field is set

public bool HasReaderHandle { get; }

Property Value

bool

HasRequestAsyncId

Gets whether the "request_async_id" field is set

public bool HasRequestAsyncId { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<ByteStreamReaderReadAllRequest>

ReaderHandle

public ulong ReaderHandle { get; set; }

Property Value

ulong

RequestAsyncId

public ulong RequestAsyncId { get; set; }

Property Value

ulong

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearReaderHandle()

Clears the value of the "reader_handle" field

public void ClearReaderHandle()

ClearRequestAsyncId()

Clears the value of the "request_async_id" field

public void ClearRequestAsyncId()

Clone()

public ByteStreamReaderReadAllRequest Clone()

Returns

ByteStreamReaderReadAllRequest

Equals(ByteStreamReaderReadAllRequest)

public bool Equals(ByteStreamReaderReadAllRequest other)

Parameters

other ByteStreamReaderReadAllRequest

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

public void MergeFrom(ByteStreamReaderReadAllRequest other)

Parameters

other ByteStreamReaderReadAllRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream