Table of Contents

Class AudioEncoding

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

Constructors

AudioEncoding()

public AudioEncoding()

AudioEncoding(AudioEncoding)

public AudioEncoding(AudioEncoding other)

Parameters

other AudioEncoding

Fields

MaxBitrateFieldNumber

Field number for the "max_bitrate" field.

public const int MaxBitrateFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasMaxBitrate

Gets whether the "max_bitrate" field is set

public bool HasMaxBitrate { get; }

Property Value

bool

MaxBitrate

public ulong MaxBitrate { get; set; }

Property Value

ulong

Parser

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

Property Value

MessageParser<AudioEncoding>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearMaxBitrate()

Clears the value of the "max_bitrate" field

public void ClearMaxBitrate()

Clone()

public AudioEncoding Clone()

Returns

AudioEncoding

Equals(AudioEncoding)

public bool Equals(AudioEncoding other)

Parameters

other AudioEncoding

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

public void MergeFrom(AudioEncoding other)

Parameters

other AudioEncoding

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream