Table of Contents

Class LocalTrackPublished

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

Constructors

LocalTrackPublished()

public LocalTrackPublished()

LocalTrackPublished(LocalTrackPublished)

public LocalTrackPublished(LocalTrackPublished other)

Parameters

other LocalTrackPublished

Fields

TrackSidFieldNumber

Field number for the "track_sid" field.

public const int TrackSidFieldNumber = 1

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<LocalTrackPublished> Parser { get; }

Property Value

MessageParser<LocalTrackPublished>

TrackSid

The TrackPublicationInfo comes from the PublishTrack response and the FfiClient musts wait for it before firing this event

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 LocalTrackPublished Clone()

Returns

LocalTrackPublished

Equals(LocalTrackPublished)

public bool Equals(LocalTrackPublished other)

Parameters

other LocalTrackPublished

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

public void MergeFrom(LocalTrackPublished other)

Parameters

other LocalTrackPublished

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream