Table of Contents

Class StartEgressRequest

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

Constructors

StartEgressRequest()

public StartEgressRequest()

StartEgressRequest(StartEgressRequest)

public StartEgressRequest(StartEgressRequest other)

Parameters

other StartEgressRequest

Fields

AdvancedFieldNumber

Field number for the "advanced" field.

public const int AdvancedFieldNumber = 6

Field Value

int

MediaFieldNumber

Field number for the "media" field.

public const int MediaFieldNumber = 4

Field Value

int

OutputsFieldNumber

Field number for the "outputs" field.

public const int OutputsFieldNumber = 7

Field Value

int

PresetFieldNumber

Field number for the "preset" field.

public const int PresetFieldNumber = 5

Field Value

int

RoomNameFieldNumber

Field number for the "room_name" field.

public const int RoomNameFieldNumber = 1

Field Value

int

StorageFieldNumber

Field number for the "storage" field.

public const int StorageFieldNumber = 8

Field Value

int

TemplateFieldNumber

Field number for the "template" field.

public const int TemplateFieldNumber = 2

Field Value

int

WebFieldNumber

Field number for the "web" field.

public const int WebFieldNumber = 3

Field Value

int

WebhooksFieldNumber

Field number for the "webhooks" field.

public const int WebhooksFieldNumber = 9

Field Value

int

Properties

Advanced

public EncodingOptions Advanced { get; set; }

Property Value

EncodingOptions

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

EncodingCase

public StartEgressRequest.EncodingOneofCase EncodingCase { get; }

Property Value

StartEgressRequest.EncodingOneofCase

HasPreset

Gets whether the "preset" field is set

public bool HasPreset { get; }

Property Value

bool

Media

public MediaSource Media { get; set; }

Property Value

MediaSource

Outputs

At least one required

public RepeatedField<Output> Outputs { get; }

Property Value

RepeatedField<Output>

Parser

public static MessageParser<StartEgressRequest> Parser { get; }

Property Value

MessageParser<StartEgressRequest>

Preset

public EncodingOptionsPreset Preset { get; set; }

Property Value

EncodingOptionsPreset

RoomName

public string RoomName { get; set; }

Property Value

string

SourceCase

public StartEgressRequest.SourceOneofCase SourceCase { get; }

Property Value

StartEgressRequest.SourceOneofCase

Storage

Request-level storage default

public StorageConfig Storage { get; set; }

Property Value

StorageConfig

Template

public TemplateSource Template { get; set; }

Property Value

TemplateSource

Web

public WebSource Web { get; set; }

Property Value

WebSource

Webhooks

Optional additional webhook config

public RepeatedField<WebhookConfig> Webhooks { get; }

Property Value

RepeatedField<WebhookConfig>

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.

ClearEncoding()

public void ClearEncoding()

ClearPreset()

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

public void ClearPreset()

ClearSource()

public void ClearSource()

Clone()

Creates a deep clone of this object.

public StartEgressRequest Clone()

Returns

StartEgressRequest

A deep clone of this object.

Equals(StartEgressRequest)

public bool Equals(StartEgressRequest other)

Parameters

other StartEgressRequest

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

Merges the given message into this one.

public void MergeFrom(StartEgressRequest other)

Parameters

other StartEgressRequest

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.