Table of Contents

Class DataTrackSubscribeOptions

Namespace
LiveKit.Proto

Reserved for future subscription options.

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

Constructors

DataTrackSubscribeOptions()

public DataTrackSubscribeOptions()

DataTrackSubscribeOptions(DataTrackSubscribeOptions)

public DataTrackSubscribeOptions(DataTrackSubscribeOptions other)

Parameters

other DataTrackSubscribeOptions

Fields

BufferSizeFieldNumber

Field number for the "buffer_size" field.

public const int BufferSizeFieldNumber = 1

Field Value

int

Properties

BufferSize

Maximum number of frames to buffer internally.

public uint BufferSize { get; set; }

Property Value

uint

Descriptor

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

Property Value

MessageDescriptor

HasBufferSize

Gets whether the "buffer_size" field is set

public bool HasBufferSize { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<DataTrackSubscribeOptions>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearBufferSize()

Clears the value of the "buffer_size" field

public void ClearBufferSize()

Clone()

public DataTrackSubscribeOptions Clone()

Returns

DataTrackSubscribeOptions

Equals(DataTrackSubscribeOptions)

public bool Equals(DataTrackSubscribeOptions other)

Parameters

other DataTrackSubscribeOptions

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

public void MergeFrom(DataTrackSubscribeOptions other)

Parameters

other DataTrackSubscribeOptions

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream