Table of Contents

Class E2eeManagerGetFrameCryptorsResponse

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

Constructors

E2eeManagerGetFrameCryptorsResponse()

public E2eeManagerGetFrameCryptorsResponse()

E2eeManagerGetFrameCryptorsResponse(E2eeManagerGetFrameCryptorsResponse)

public E2eeManagerGetFrameCryptorsResponse(E2eeManagerGetFrameCryptorsResponse other)

Parameters

other E2eeManagerGetFrameCryptorsResponse

Fields

FrameCryptorsFieldNumber

Field number for the "frame_cryptors" field.

public const int FrameCryptorsFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

FrameCryptors

public Google.Protobuf.Collections.RepeatedField<FrameCryptor> FrameCryptors { get; }

Property Value

RepeatedField<FrameCryptor>

Parser

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

Property Value

MessageParser<E2eeManagerGetFrameCryptorsResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public E2eeManagerGetFrameCryptorsResponse Clone()

Returns

E2eeManagerGetFrameCryptorsResponse

Equals(E2eeManagerGetFrameCryptorsResponse)

public bool Equals(E2eeManagerGetFrameCryptorsResponse other)

Parameters

other E2eeManagerGetFrameCryptorsResponse

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

public void MergeFrom(E2eeManagerGetFrameCryptorsResponse other)

Parameters

other E2eeManagerGetFrameCryptorsResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream