Table of Contents

Class NewAudioSourceResponse

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

Constructors

NewAudioSourceResponse()

public NewAudioSourceResponse()

NewAudioSourceResponse(NewAudioSourceResponse)

public NewAudioSourceResponse(NewAudioSourceResponse other)

Parameters

other NewAudioSourceResponse

Fields

SourceFieldNumber

Field number for the "source" field.

public const int SourceFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Parser

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

Property Value

MessageParser<NewAudioSourceResponse>

Source

public OwnedAudioSource Source { get; set; }

Property Value

OwnedAudioSource

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public NewAudioSourceResponse Clone()

Returns

NewAudioSourceResponse

Equals(NewAudioSourceResponse)

public bool Equals(NewAudioSourceResponse other)

Parameters

other NewAudioSourceResponse

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

public void MergeFrom(NewAudioSourceResponse other)

Parameters

other NewAudioSourceResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream