Table of Contents

Class UnpublishTrackResponse

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

Constructors

UnpublishTrackResponse()

public UnpublishTrackResponse()

UnpublishTrackResponse(UnpublishTrackResponse)

public UnpublishTrackResponse(UnpublishTrackResponse other)

Parameters

other UnpublishTrackResponse

Fields

AsyncIdFieldNumber

Field number for the "async_id" field.

public const int AsyncIdFieldNumber = 1

Field Value

int

Properties

AsyncId

public ulong AsyncId { get; set; }

Property Value

ulong

Descriptor

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

Property Value

MessageDescriptor

HasAsyncId

Gets whether the "async_id" field is set

public bool HasAsyncId { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<UnpublishTrackResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearAsyncId()

Clears the value of the "async_id" field

public void ClearAsyncId()

Clone()

public UnpublishTrackResponse Clone()

Returns

UnpublishTrackResponse

Equals(UnpublishTrackResponse)

public bool Equals(UnpublishTrackResponse other)

Parameters

other UnpublishTrackResponse

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

public void MergeFrom(UnpublishTrackResponse other)

Parameters

other UnpublishTrackResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream