Table of Contents

Class FrameCryptor

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

Constructors

FrameCryptor()

public FrameCryptor()

FrameCryptor(FrameCryptor)

public FrameCryptor(FrameCryptor other)

Parameters

other FrameCryptor

Fields

EnabledFieldNumber

Field number for the "enabled" field.

public const int EnabledFieldNumber = 4

Field Value

int

KeyIndexFieldNumber

Field number for the "key_index" field.

public const int KeyIndexFieldNumber = 3

Field Value

int

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 1

Field Value

int

TrackSidFieldNumber

Field number for the "track_sid" field.

public const int TrackSidFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Enabled

public bool Enabled { get; set; }

Property Value

bool

HasEnabled

Gets whether the "enabled" field is set

public bool HasEnabled { get; }

Property Value

bool

HasKeyIndex

Gets whether the "key_index" field is set

public bool HasKeyIndex { get; }

Property Value

bool

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

HasTrackSid

Gets whether the "track_sid" field is set

public bool HasTrackSid { get; }

Property Value

bool

KeyIndex

public int KeyIndex { get; set; }

Property Value

int

Parser

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

Property Value

MessageParser<FrameCryptor>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

TrackSid

public string TrackSid { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearEnabled()

Clears the value of the "enabled" field

public void ClearEnabled()

ClearKeyIndex()

Clears the value of the "key_index" field

public void ClearKeyIndex()

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

ClearTrackSid()

Clears the value of the "track_sid" field

public void ClearTrackSid()

Clone()

public FrameCryptor Clone()

Returns

FrameCryptor

Equals(FrameCryptor)

public bool Equals(FrameCryptor other)

Parameters

other FrameCryptor

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

public void MergeFrom(FrameCryptor other)

Parameters

other FrameCryptor

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream