Table of Contents

Class LocalTrackSubscribed

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

Constructors

LocalTrackSubscribed()

public LocalTrackSubscribed()

LocalTrackSubscribed(LocalTrackSubscribed)

public LocalTrackSubscribed(LocalTrackSubscribed other)

Parameters

other LocalTrackSubscribed

Fields

TrackSidFieldNumber

Field number for the "track_sid" field.

public const int TrackSidFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasTrackSid

Gets whether the "track_sid" field is set

public bool HasTrackSid { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<LocalTrackSubscribed>

TrackSid

public string TrackSid { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearTrackSid()

Clears the value of the "track_sid" field

public void ClearTrackSid()

Clone()

public LocalTrackSubscribed Clone()

Returns

LocalTrackSubscribed

Equals(LocalTrackSubscribed)

public bool Equals(LocalTrackSubscribed other)

Parameters

other LocalTrackSubscribed

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

public void MergeFrom(LocalTrackSubscribed other)

Parameters

other LocalTrackSubscribed

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream