Table of Contents

Class ByteStreamReaderWriteToFileCallback

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

Constructors

ByteStreamReaderWriteToFileCallback()

public ByteStreamReaderWriteToFileCallback()

ByteStreamReaderWriteToFileCallback(ByteStreamReaderWriteToFileCallback)

public ByteStreamReaderWriteToFileCallback(ByteStreamReaderWriteToFileCallback other)

Parameters

other ByteStreamReaderWriteToFileCallback

Fields

AsyncIdFieldNumber

Field number for the "async_id" field.

public const int AsyncIdFieldNumber = 1

Field Value

int

ErrorFieldNumber

Field number for the "error" field.

public const int ErrorFieldNumber = 3

Field Value

int

FilePathFieldNumber

Field number for the "file_path" field.

public const int FilePathFieldNumber = 2

Field Value

int

Properties

AsyncId

public ulong AsyncId { get; set; }

Property Value

ulong

Descriptor

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

Property Value

MessageDescriptor

Error

public StreamError Error { get; set; }

Property Value

StreamError

FilePath

Path the file was written to.

public string FilePath { get; set; }

Property Value

string

HasAsyncId

Gets whether the "async_id" field is set

public bool HasAsyncId { get; }

Property Value

bool

HasFilePath

Gets whether the "file_path" field is set

public bool HasFilePath { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<ByteStreamReaderWriteToFileCallback>

ResultCase

public ByteStreamReaderWriteToFileCallback.ResultOneofCase ResultCase { get; }

Property Value

ByteStreamReaderWriteToFileCallback.ResultOneofCase

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearAsyncId()

Clears the value of the "async_id" field

public void ClearAsyncId()

ClearFilePath()

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

public void ClearFilePath()

ClearResult()

public void ClearResult()

Clone()

public ByteStreamReaderWriteToFileCallback Clone()

Returns

ByteStreamReaderWriteToFileCallback

Equals(ByteStreamReaderWriteToFileCallback)

public bool Equals(ByteStreamReaderWriteToFileCallback other)

Parameters

other ByteStreamReaderWriteToFileCallback

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

public void MergeFrom(ByteStreamReaderWriteToFileCallback other)

Parameters

other ByteStreamReaderWriteToFileCallback

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream