Table of Contents

Class LocalTrackMuteResponse

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

Constructors

LocalTrackMuteResponse()

public LocalTrackMuteResponse()

LocalTrackMuteResponse(LocalTrackMuteResponse)

public LocalTrackMuteResponse(LocalTrackMuteResponse other)

Parameters

other LocalTrackMuteResponse

Fields

MutedFieldNumber

Field number for the "muted" field.

public const int MutedFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasMuted

Gets whether the "muted" field is set

public bool HasMuted { get; }

Property Value

bool

Muted

public bool Muted { get; set; }

Property Value

bool

Parser

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

Property Value

MessageParser<LocalTrackMuteResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearMuted()

Clears the value of the "muted" field

public void ClearMuted()

Clone()

public LocalTrackMuteResponse Clone()

Returns

LocalTrackMuteResponse

Equals(LocalTrackMuteResponse)

public bool Equals(LocalTrackMuteResponse other)

Parameters

other LocalTrackMuteResponse

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

public void MergeFrom(LocalTrackMuteResponse other)

Parameters

other LocalTrackMuteResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream