Table of Contents

Class AudioSourceInfo

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

Constructors

AudioSourceInfo()

public AudioSourceInfo()

AudioSourceInfo(AudioSourceInfo)

public AudioSourceInfo(AudioSourceInfo other)

Parameters

other AudioSourceInfo

Fields

TypeFieldNumber

Field number for the "type" field.

public const int TypeFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasType

Gets whether the "type" field is set

public bool HasType { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<AudioSourceInfo>

Type

public AudioSourceType Type { get; set; }

Property Value

AudioSourceType

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearType()

Clears the value of the "type" field

public void ClearType()

Clone()

public AudioSourceInfo Clone()

Returns

AudioSourceInfo

Equals(AudioSourceInfo)

public bool Equals(AudioSourceInfo other)

Parameters

other AudioSourceInfo

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

public void MergeFrom(AudioSourceInfo other)

Parameters

other AudioSourceInfo

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream