Table of Contents

Class AudioStreamFromParticipantResponse

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

Constructors

AudioStreamFromParticipantResponse()

public AudioStreamFromParticipantResponse()

AudioStreamFromParticipantResponse(AudioStreamFromParticipantResponse)

public AudioStreamFromParticipantResponse(AudioStreamFromParticipantResponse other)

Parameters

other AudioStreamFromParticipantResponse

Fields

StreamFieldNumber

Field number for the "stream" field.

public const int StreamFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Parser

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

Property Value

MessageParser<AudioStreamFromParticipantResponse>

Stream

public OwnedAudioStream Stream { get; set; }

Property Value

OwnedAudioStream

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public AudioStreamFromParticipantResponse Clone()

Returns

AudioStreamFromParticipantResponse

Equals(AudioStreamFromParticipantResponse)

public bool Equals(AudioStreamFromParticipantResponse other)

Parameters

other AudioStreamFromParticipantResponse

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

public void MergeFrom(AudioStreamFromParticipantResponse other)

Parameters

other AudioStreamFromParticipantResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream