Table of Contents

Class AutoParticipantEgress

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public sealed class AutoParticipantEgress : IMessage<AutoParticipantEgress>, IEquatable<AutoParticipantEgress>, IDeepCloneable<AutoParticipantEgress>, IBufferMessage, IMessage
Inheritance
AutoParticipantEgress
Implements
IDeepCloneable<AutoParticipantEgress>
IBufferMessage
IMessage
Inherited Members

Constructors

AutoParticipantEgress()

public AutoParticipantEgress()

AutoParticipantEgress(AutoParticipantEgress)

public AutoParticipantEgress(AutoParticipantEgress other)

Parameters

other AutoParticipantEgress

Fields

AdvancedFieldNumber

Field number for the "advanced" field.

public const int AdvancedFieldNumber = 2

Field Value

int

FileOutputsFieldNumber

Field number for the "file_outputs" field.

public const int FileOutputsFieldNumber = 3

Field Value

int

PresetFieldNumber

Field number for the "preset" field.

public const int PresetFieldNumber = 1

Field Value

int

SegmentOutputsFieldNumber

Field number for the "segment_outputs" field.

public const int SegmentOutputsFieldNumber = 4

Field Value

int

Properties

Advanced

(optional)

public EncodingOptions Advanced { get; set; }

Property Value

EncodingOptions

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

FileOutputs

public RepeatedField<EncodedFileOutput> FileOutputs { get; }

Property Value

RepeatedField<EncodedFileOutput>

HasPreset

Gets whether the "preset" field is set

public bool HasPreset { get; }

Property Value

bool

OptionsCase

public AutoParticipantEgress.OptionsOneofCase OptionsCase { get; }

Property Value

AutoParticipantEgress.OptionsOneofCase

Parser

public static MessageParser<AutoParticipantEgress> Parser { get; }

Property Value

MessageParser<AutoParticipantEgress>

Preset

(default H264_720P_30)

public EncodingOptionsPreset Preset { get; set; }

Property Value

EncodingOptionsPreset

SegmentOutputs

public RepeatedField<SegmentedFileOutput> SegmentOutputs { get; }

Property Value

RepeatedField<SegmentedFileOutput>

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

public int CalculateSize()

Returns

int

The number of bytes required to write this message to a coded output stream.

ClearOptions()

public void ClearOptions()

ClearPreset()

Clears the value of the oneof if it's currently set to "preset"

public void ClearPreset()

Clone()

Creates a deep clone of this object.

public AutoParticipantEgress Clone()

Returns

AutoParticipantEgress

A deep clone of this object.

Equals(AutoParticipantEgress)

public bool Equals(AutoParticipantEgress other)

Parameters

other AutoParticipantEgress

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

public void MergeFrom(CodedInputStream input)

Parameters

input CodedInputStream

Remarks

See the user guide for precise merge semantics.

MergeFrom(AutoParticipantEgress)

Merges the given message into this one.

public void MergeFrom(AutoParticipantEgress other)

Parameters

other AutoParticipantEgress

Remarks

See the user guide for precise merge semantics.

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.

public void WriteTo(CodedOutputStream output)

Parameters

output CodedOutputStream

Coded output stream to write the data to. Must not be null.