Table of Contents

Class WebEgressRequest

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

Constructors

WebEgressRequest()

public WebEgressRequest()

WebEgressRequest(WebEgressRequest)

public WebEgressRequest(WebEgressRequest other)

Parameters

other WebEgressRequest

Fields

AdvancedFieldNumber

Field number for the "advanced" field.

public const int AdvancedFieldNumber = 8

Field Value

int

AudioOnlyFieldNumber

Field number for the "audio_only" field.

public const int AudioOnlyFieldNumber = 2

Field Value

int

AwaitStartSignalFieldNumber

Field number for the "await_start_signal" field.

public const int AwaitStartSignalFieldNumber = 12

Field Value

int

FileFieldNumber

Field number for the "file" field.

public const int FileFieldNumber = 4

Field Value

int

FileOutputsFieldNumber

Field number for the "file_outputs" field.

public const int FileOutputsFieldNumber = 9

Field Value

int

ImageOutputsFieldNumber

Field number for the "image_outputs" field.

public const int ImageOutputsFieldNumber = 13

Field Value

int

PresetFieldNumber

Field number for the "preset" field.

public const int PresetFieldNumber = 7

Field Value

int

SegmentOutputsFieldNumber

Field number for the "segment_outputs" field.

public const int SegmentOutputsFieldNumber = 11

Field Value

int

SegmentsFieldNumber

Field number for the "segments" field.

public const int SegmentsFieldNumber = 6

Field Value

int

StreamFieldNumber

Field number for the "stream" field.

public const int StreamFieldNumber = 5

Field Value

int

StreamOutputsFieldNumber

Field number for the "stream_outputs" field.

public const int StreamOutputsFieldNumber = 10

Field Value

int

UrlFieldNumber

Field number for the "url" field.

public const int UrlFieldNumber = 1

Field Value

int

VideoOnlyFieldNumber

Field number for the "video_only" field.

public const int VideoOnlyFieldNumber = 3

Field Value

int

WebhooksFieldNumber

Field number for the "webhooks" field.

public const int WebhooksFieldNumber = 14

Field Value

int

Properties

Advanced

public EncodingOptions Advanced { get; set; }

Property Value

EncodingOptions

AudioOnly

public bool AudioOnly { get; set; }

Property Value

bool

AwaitStartSignal

public bool AwaitStartSignal { get; set; }

Property Value

bool

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

File

[Obsolete]
public EncodedFileOutput File { get; set; }

Property Value

EncodedFileOutput

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

ImageOutputs

public RepeatedField<ImageOutput> ImageOutputs { get; }

Property Value

RepeatedField<ImageOutput>

OptionsCase

public WebEgressRequest.OptionsOneofCase OptionsCase { get; }

Property Value

WebEgressRequest.OptionsOneofCase

OutputCase

public WebEgressRequest.OutputOneofCase OutputCase { get; }

Property Value

WebEgressRequest.OutputOneofCase

Parser

public static MessageParser<WebEgressRequest> Parser { get; }

Property Value

MessageParser<WebEgressRequest>

Preset

public EncodingOptionsPreset Preset { get; set; }

Property Value

EncodingOptionsPreset

SegmentOutputs

public RepeatedField<SegmentedFileOutput> SegmentOutputs { get; }

Property Value

RepeatedField<SegmentedFileOutput>

Segments

[Obsolete]
public SegmentedFileOutput Segments { get; set; }

Property Value

SegmentedFileOutput

Stream

[Obsolete]
public StreamOutput Stream { get; set; }

Property Value

StreamOutput

StreamOutputs

public RepeatedField<StreamOutput> StreamOutputs { get; }

Property Value

RepeatedField<StreamOutput>

Url

public string Url { get; set; }

Property Value

string

VideoOnly

public bool VideoOnly { get; set; }

Property Value

bool

Webhooks

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.

ClearOptions()

public void ClearOptions()

ClearOutput()

public void ClearOutput()

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 WebEgressRequest Clone()

Returns

WebEgressRequest

A deep clone of this object.

Equals(WebEgressRequest)

public bool Equals(WebEgressRequest other)

Parameters

other WebEgressRequest

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

Merges the given message into this one.

public void MergeFrom(WebEgressRequest other)

Parameters

other WebEgressRequest

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.