Table of Contents

Class UpdateRemoteTrackPublicationDimensionRequest

Namespace
LiveKit.Proto

update a remote track publication dimension

public sealed class UpdateRemoteTrackPublicationDimensionRequest : Google.Protobuf.IMessage<UpdateRemoteTrackPublicationDimensionRequest>, Google.Protobuf.IBufferMessage
Inheritance
UpdateRemoteTrackPublicationDimensionRequest
Implements
IBufferMessage
Extension Methods

Constructors

UpdateRemoteTrackPublicationDimensionRequest()

public UpdateRemoteTrackPublicationDimensionRequest()

UpdateRemoteTrackPublicationDimensionRequest(UpdateRemoteTrackPublicationDimensionRequest)

public UpdateRemoteTrackPublicationDimensionRequest(UpdateRemoteTrackPublicationDimensionRequest other)

Parameters

other UpdateRemoteTrackPublicationDimensionRequest

Fields

HeightFieldNumber

Field number for the "height" field.

public const int HeightFieldNumber = 3

Field Value

int

TrackPublicationHandleFieldNumber

Field number for the "track_publication_handle" field.

public const int TrackPublicationHandleFieldNumber = 1

Field Value

int

WidthFieldNumber

Field number for the "width" field.

public const int WidthFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasHeight

Gets whether the "height" field is set

public bool HasHeight { get; }

Property Value

bool

HasTrackPublicationHandle

Gets whether the "track_publication_handle" field is set

public bool HasTrackPublicationHandle { get; }

Property Value

bool

HasWidth

Gets whether the "width" field is set

public bool HasWidth { get; }

Property Value

bool

Height

public uint Height { get; set; }

Property Value

uint

Parser

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

Property Value

MessageParser<UpdateRemoteTrackPublicationDimensionRequest>

TrackPublicationHandle

public ulong TrackPublicationHandle { get; set; }

Property Value

ulong

Width

public uint Width { get; set; }

Property Value

uint

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearHeight()

Clears the value of the "height" field

public void ClearHeight()

ClearTrackPublicationHandle()

Clears the value of the "track_publication_handle" field

public void ClearTrackPublicationHandle()

ClearWidth()

Clears the value of the "width" field

public void ClearWidth()

Clone()

public UpdateRemoteTrackPublicationDimensionRequest Clone()

Returns

UpdateRemoteTrackPublicationDimensionRequest

Equals(UpdateRemoteTrackPublicationDimensionRequest)

public bool Equals(UpdateRemoteTrackPublicationDimensionRequest other)

Parameters

other UpdateRemoteTrackPublicationDimensionRequest

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

public void MergeFrom(UpdateRemoteTrackPublicationDimensionRequest other)

Parameters

other UpdateRemoteTrackPublicationDimensionRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream