Table of Contents

Class DataTrackStreamEOS

Namespace
LiveKit.Proto

Stream has ended.

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

Constructors

DataTrackStreamEOS()

public DataTrackStreamEOS()

DataTrackStreamEOS(DataTrackStreamEOS)

public DataTrackStreamEOS(DataTrackStreamEOS other)

Parameters

other DataTrackStreamEOS

Fields

ErrorFieldNumber

Field number for the "error" field.

public const int ErrorFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Error

Present if stream ended before any frames were emitted due to subscription establishment failing. Absent if the stream ended normally (i.e., due to the track being unpublished).

public SubscribeDataTrackError Error { get; set; }

Property Value

SubscribeDataTrackError

Parser

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

Property Value

MessageParser<DataTrackStreamEOS>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public DataTrackStreamEOS Clone()

Returns

DataTrackStreamEOS

Equals(DataTrackStreamEOS)

public bool Equals(DataTrackStreamEOS other)

Parameters

other DataTrackStreamEOS

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

public void MergeFrom(DataTrackStreamEOS other)

Parameters

other DataTrackStreamEOS

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream