Table of Contents

Class StreamError

Namespace
LiveKit.Proto

Error pertaining to a stream.

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

Constructors

StreamError()

public StreamError()

StreamError(StreamError)

public StreamError(StreamError other)

Parameters

other StreamError

Fields

DescriptionFieldNumber

Field number for the "description" field.

public const int DescriptionFieldNumber = 1

Field Value

int

Properties

Description

TODO(ladvoc): make this an enum.

public string Description { get; set; }

Property Value

string

Descriptor

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

Property Value

MessageDescriptor

HasDescription

Gets whether the "description" field is set

public bool HasDescription { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<StreamError>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearDescription()

Clears the value of the "description" field

public void ClearDescription()

Clone()

public StreamError Clone()

Returns

StreamError

Equals(StreamError)

public bool Equals(StreamError other)

Parameters

other StreamError

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

public void MergeFrom(StreamError other)

Parameters

other StreamError

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream