Table of Contents

Class SendStreamChunkRequest

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

Constructors

SendStreamChunkRequest()

public SendStreamChunkRequest()

SendStreamChunkRequest(SendStreamChunkRequest)

public SendStreamChunkRequest(SendStreamChunkRequest other)

Parameters

other SendStreamChunkRequest

Fields

ChunkFieldNumber

Field number for the "chunk" field.

public const int ChunkFieldNumber = 2

Field Value

int

DestinationIdentitiesFieldNumber

Field number for the "destination_identities" field.

public const int DestinationIdentitiesFieldNumber = 3

Field Value

int

LocalParticipantHandleFieldNumber

Field number for the "local_participant_handle" field.

public const int LocalParticipantHandleFieldNumber = 1

Field Value

int

RequestAsyncIdFieldNumber

Field number for the "request_async_id" field.

public const int RequestAsyncIdFieldNumber = 5

Field Value

int

SenderIdentityFieldNumber

Field number for the "sender_identity" field.

public const int SenderIdentityFieldNumber = 4

Field Value

int

Properties

Chunk

public DataStream.Types.Chunk Chunk { get; set; }

Property Value

DataStream.Types.Chunk

Descriptor

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

Property Value

MessageDescriptor

DestinationIdentities

public Google.Protobuf.Collections.RepeatedField<string> DestinationIdentities { get; }

Property Value

RepeatedField<string>

HasLocalParticipantHandle

Gets whether the "local_participant_handle" field is set

public bool HasLocalParticipantHandle { get; }

Property Value

bool

HasRequestAsyncId

Gets whether the "request_async_id" field is set

public bool HasRequestAsyncId { get; }

Property Value

bool

HasSenderIdentity

Gets whether the "sender_identity" field is set

public bool HasSenderIdentity { get; }

Property Value

bool

LocalParticipantHandle

public ulong LocalParticipantHandle { get; set; }

Property Value

ulong

Parser

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

Property Value

MessageParser<SendStreamChunkRequest>

RequestAsyncId

public ulong RequestAsyncId { get; set; }

Property Value

ulong

SenderIdentity

public string SenderIdentity { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearLocalParticipantHandle()

Clears the value of the "local_participant_handle" field

public void ClearLocalParticipantHandle()

ClearRequestAsyncId()

Clears the value of the "request_async_id" field

public void ClearRequestAsyncId()

ClearSenderIdentity()

Clears the value of the "sender_identity" field

public void ClearSenderIdentity()

Clone()

public SendStreamChunkRequest Clone()

Returns

SendStreamChunkRequest

Equals(SendStreamChunkRequest)

public bool Equals(SendStreamChunkRequest other)

Parameters

other SendStreamChunkRequest

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

public void MergeFrom(SendStreamChunkRequest other)

Parameters

other SendStreamChunkRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream