Table of Contents

Class ByteStreamReaderReadAllCallback

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

Constructors

ByteStreamReaderReadAllCallback()

public ByteStreamReaderReadAllCallback()

ByteStreamReaderReadAllCallback(ByteStreamReaderReadAllCallback)

public ByteStreamReaderReadAllCallback(ByteStreamReaderReadAllCallback other)

Parameters

other ByteStreamReaderReadAllCallback

Fields

AsyncIdFieldNumber

Field number for the "async_id" field.

public const int AsyncIdFieldNumber = 1

Field Value

int

ContentFieldNumber

Field number for the "content" field.

public const int ContentFieldNumber = 2

Field Value

int

ErrorFieldNumber

Field number for the "error" field.

public const int ErrorFieldNumber = 3

Field Value

int

Properties

AsyncId

public ulong AsyncId { get; set; }

Property Value

ulong

Content

public Google.Protobuf.ByteString Content { get; set; }

Property Value

ByteString

Descriptor

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

Property Value

MessageDescriptor

Error

public StreamError Error { get; set; }

Property Value

StreamError

HasAsyncId

Gets whether the "async_id" field is set

public bool HasAsyncId { get; }

Property Value

bool

HasContent

Gets whether the "content" field is set

public bool HasContent { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<ByteStreamReaderReadAllCallback>

ResultCase

public ByteStreamReaderReadAllCallback.ResultOneofCase ResultCase { get; }

Property Value

ByteStreamReaderReadAllCallback.ResultOneofCase

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearAsyncId()

Clears the value of the "async_id" field

public void ClearAsyncId()

ClearContent()

Clears the value of the oneof if it's currently set to "content"

public void ClearContent()

ClearResult()

public void ClearResult()

Clone()

public ByteStreamReaderReadAllCallback Clone()

Returns

ByteStreamReaderReadAllCallback

Equals(ByteStreamReaderReadAllCallback)

public bool Equals(ByteStreamReaderReadAllCallback other)

Parameters

other ByteStreamReaderReadAllCallback

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

public void MergeFrom(ByteStreamReaderReadAllCallback other)

Parameters

other ByteStreamReaderReadAllCallback

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream