Table of Contents

Class AudioStreamInfo

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

Constructors

AudioStreamInfo()

public AudioStreamInfo()

AudioStreamInfo(AudioStreamInfo)

public AudioStreamInfo(AudioStreamInfo other)

Parameters

other AudioStreamInfo

Fields

TypeFieldNumber

Field number for the "type" field.

public const int TypeFieldNumber = 1

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<AudioStreamInfo> Parser { get; }

Property Value

MessageParser<AudioStreamInfo>

Type

public AudioStreamType Type { get; set; }

Property Value

AudioStreamType

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearType()

Clears the value of the "type" field

public void ClearType()

Clone()

public AudioStreamInfo Clone()

Returns

AudioStreamInfo

Equals(AudioStreamInfo)

public bool Equals(AudioStreamInfo other)

Parameters

other AudioStreamInfo

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

public void MergeFrom(AudioStreamInfo other)

Parameters

other AudioStreamInfo

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream