Table of Contents

Class RtcStats.Types.InboundRtp

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

Constructors

InboundRtp()

public InboundRtp()

InboundRtp(InboundRtp)

public InboundRtp(RtcStats.Types.InboundRtp other)

Parameters

other RtcStats.Types.InboundRtp

Fields

InboundFieldNumber

Field number for the "inbound" field.

public const int InboundFieldNumber = 4

Field Value

int

ReceivedFieldNumber

Field number for the "received" field.

public const int ReceivedFieldNumber = 3

Field Value

int

RtcFieldNumber

Field number for the "rtc" field.

public const int RtcFieldNumber = 1

Field Value

int

StreamFieldNumber

Field number for the "stream" field.

public const int StreamFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Inbound

public InboundRtpStreamStats Inbound { get; set; }

Property Value

InboundRtpStreamStats

Parser

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

Property Value

MessageParser<InboundRtp>

Received

public ReceivedRtpStreamStats Received { get; set; }

Property Value

ReceivedRtpStreamStats

Rtc

public RtcStatsData Rtc { get; set; }

Property Value

RtcStatsData

Stream

public RtpStreamStats Stream { get; set; }

Property Value

RtpStreamStats

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public RtcStats.Types.InboundRtp Clone()

Returns

RtcStats.Types.InboundRtp

Equals(InboundRtp)

public bool Equals(RtcStats.Types.InboundRtp other)

Parameters

other RtcStats.Types.InboundRtp

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

public void MergeFrom(RtcStats.Types.InboundRtp other)

Parameters

other RtcStats.Types.InboundRtp

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream