Table of Contents

Class ByteStreamOpened

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

Constructors

ByteStreamOpened()

public ByteStreamOpened()

ByteStreamOpened(ByteStreamOpened)

public ByteStreamOpened(ByteStreamOpened other)

Parameters

other ByteStreamOpened

Fields

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 2

Field Value

int

ReaderFieldNumber

Field number for the "reader" field.

public const int ReaderFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<ByteStreamOpened>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

Reader

public OwnedByteStreamReader Reader { get; set; }

Property Value

OwnedByteStreamReader

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

Clone()

public ByteStreamOpened Clone()

Returns

ByteStreamOpened

Equals(ByteStreamOpened)

public bool Equals(ByteStreamOpened other)

Parameters

other ByteStreamOpened

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

public void MergeFrom(ByteStreamOpened other)

Parameters

other ByteStreamOpened

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream