Table of Contents

Class RtcStats.Types.RemoteInboundRtp

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

Constructors

RemoteInboundRtp()

public RemoteInboundRtp()

RemoteInboundRtp(RemoteInboundRtp)

public RemoteInboundRtp(RtcStats.Types.RemoteInboundRtp other)

Parameters

other RtcStats.Types.RemoteInboundRtp

Fields

ReceivedFieldNumber

Field number for the "received" field.

public const int ReceivedFieldNumber = 3

Field Value

int

RemoteInboundFieldNumber

Field number for the "remote_inbound" field.

public const int RemoteInboundFieldNumber = 4

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

Parser

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

Property Value

MessageParser<RemoteInboundRtp>

Received

public ReceivedRtpStreamStats Received { get; set; }

Property Value

ReceivedRtpStreamStats

RemoteInbound

public RemoteInboundRtpStreamStats RemoteInbound { get; set; }

Property Value

RemoteInboundRtpStreamStats

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.RemoteInboundRtp Clone()

Returns

RtcStats.Types.RemoteInboundRtp

Equals(RemoteInboundRtp)

public bool Equals(RtcStats.Types.RemoteInboundRtp other)

Parameters

other RtcStats.Types.RemoteInboundRtp

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

public void MergeFrom(RtcStats.Types.RemoteInboundRtp other)

Parameters

other RtcStats.Types.RemoteInboundRtp

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream