Table of Contents

Class TrackPublished

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

Constructors

TrackPublished()

public TrackPublished()

TrackPublished(TrackPublished)

public TrackPublished(TrackPublished other)

Parameters

other TrackPublished

Fields

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 1

Field Value

int

PublicationFieldNumber

Field number for the "publication" field.

public const int PublicationFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<TrackPublished>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

Publication

public OwnedTrackPublication Publication { get; set; }

Property Value

OwnedTrackPublication

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

Clone()

public TrackPublished Clone()

Returns

TrackPublished

Equals(TrackPublished)

public bool Equals(TrackPublished other)

Parameters

other TrackPublished

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

public void MergeFrom(TrackPublished other)

Parameters

other TrackPublished

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream