Table of Contents

Class ExportReplayRequest

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

Constructors

ExportReplayRequest()

public ExportReplayRequest()

ExportReplayRequest(ExportReplayRequest)

public ExportReplayRequest(ExportReplayRequest other)

Parameters

other ExportReplayRequest

Fields

AdvancedFieldNumber

Field number for the "advanced" field.

public const int AdvancedFieldNumber = 8

Field Value

int

EndOffsetMsFieldNumber

Field number for the "end_offset_ms" field.

public const int EndOffsetMsFieldNumber = 3

Field Value

int

MediaFieldNumber

Field number for the "media" field.

public const int MediaFieldNumber = 6

Field Value

int

OutputsFieldNumber

Field number for the "outputs" field.

public const int OutputsFieldNumber = 9

Field Value

int

PresetFieldNumber

Field number for the "preset" field.

public const int PresetFieldNumber = 7

Field Value

int

ReplayIdFieldNumber

Field number for the "replay_id" field.

public const int ReplayIdFieldNumber = 1

Field Value

int

StartOffsetMsFieldNumber

Field number for the "start_offset_ms" field.

public const int StartOffsetMsFieldNumber = 2

Field Value

int

StorageFieldNumber

Field number for the "storage" field.

public const int StorageFieldNumber = 10

Field Value

int

TemplateFieldNumber

Field number for the "template" field.

public const int TemplateFieldNumber = 4

Field Value

int

WebFieldNumber

Field number for the "web" field.

public const int WebFieldNumber = 5

Field Value

int

WebhooksFieldNumber

Field number for the "webhooks" field.

public const int WebhooksFieldNumber = 11

Field Value

int

Properties

Advanced

public EncodingOptions Advanced { get; set; }

Property Value

EncodingOptions

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

EncodingCase

public ExportReplayRequest.EncodingOneofCase EncodingCase { get; }

Property Value

ExportReplayRequest.EncodingOneofCase

EndOffsetMs

public long EndOffsetMs { get; set; }

Property Value

long

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

public RepeatedField<Output> Outputs { get; }

Property Value

RepeatedField<Output>

Parser

public static MessageParser<ExportReplayRequest> Parser { get; }

Property Value

MessageParser<ExportReplayRequest>

Preset

public EncodingOptionsPreset Preset { get; set; }

Property Value

EncodingOptionsPreset

ReplayId

public string ReplayId { get; set; }

Property Value

string

SourceCase

public ExportReplayRequest.SourceOneofCase SourceCase { get; }

Property Value

ExportReplayRequest.SourceOneofCase

StartOffsetMs

public long StartOffsetMs { get; set; }

Property Value

long

Storage

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

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

Returns

ExportReplayRequest

A deep clone of this object.

Equals(ExportReplayRequest)

public bool Equals(ExportReplayRequest other)

Parameters

other ExportReplayRequest

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

Merges the given message into this one.

public void MergeFrom(ExportReplayRequest other)

Parameters

other ExportReplayRequest

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.