Table of Contents

Class RtcStats.Types.DataChannel

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

Constructors

DataChannel()

public DataChannel()

DataChannel(DataChannel)

public DataChannel(RtcStats.Types.DataChannel other)

Parameters

other RtcStats.Types.DataChannel

Fields

DcFieldNumber

Field number for the "dc" field.

public const int DcFieldNumber = 2

Field Value

int

RtcFieldNumber

Field number for the "rtc" field.

public const int RtcFieldNumber = 1

Field Value

int

Properties

Dc

public DataChannelStats Dc { get; set; }

Property Value

DataChannelStats

Descriptor

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

Property Value

MessageDescriptor

Parser

public static Google.Protobuf.MessageParser<RtcStats.Types.DataChannel> Parser { get; }

Property Value

MessageParser<DataChannel>

Rtc

public RtcStatsData Rtc { get; set; }

Property Value

RtcStatsData

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public RtcStats.Types.DataChannel Clone()

Returns

RtcStats.Types.DataChannel

Equals(DataChannel)

public bool Equals(RtcStats.Types.DataChannel other)

Parameters

other RtcStats.Types.DataChannel

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

public void MergeFrom(RtcStats.Types.DataChannel other)

Parameters

other RtcStats.Types.DataChannel

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream