Table of Contents

Class ByteStreamOpenRequest

Namespace
LiveKit.Proto

Opens an outgoing stream. Call must be balanced with a StreamCloseRequest.

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

Constructors

ByteStreamOpenRequest()

public ByteStreamOpenRequest()

ByteStreamOpenRequest(ByteStreamOpenRequest)

public ByteStreamOpenRequest(ByteStreamOpenRequest other)

Parameters

other ByteStreamOpenRequest

Fields

LocalParticipantHandleFieldNumber

Field number for the "local_participant_handle" field.

public const int LocalParticipantHandleFieldNumber = 1

Field Value

int

OptionsFieldNumber

Field number for the "options" field.

public const int OptionsFieldNumber = 2

Field Value

int

RequestAsyncIdFieldNumber

Field number for the "request_async_id" field.

public const int RequestAsyncIdFieldNumber = 3

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

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

LocalParticipantHandle

public ulong LocalParticipantHandle { get; set; }

Property Value

ulong

Options

Options to use for opening the stream.

public StreamByteOptions Options { get; set; }

Property Value

StreamByteOptions

Parser

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

Property Value

MessageParser<ByteStreamOpenRequest>

RequestAsyncId

public ulong RequestAsyncId { get; set; }

Property Value

ulong

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

Clone()

public ByteStreamOpenRequest Clone()

Returns

ByteStreamOpenRequest

Equals(ByteStreamOpenRequest)

public bool Equals(ByteStreamOpenRequest other)

Parameters

other ByteStreamOpenRequest

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

public void MergeFrom(ByteStreamOpenRequest other)

Parameters

other ByteStreamOpenRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream