Table of Contents

Class RtcStats.Types.RemoteOutboundRtp

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

Constructors

RemoteOutboundRtp()

public RemoteOutboundRtp()

RemoteOutboundRtp(RemoteOutboundRtp)

public RemoteOutboundRtp(RtcStats.Types.RemoteOutboundRtp other)

Parameters

other RtcStats.Types.RemoteOutboundRtp

Fields

RemoteOutboundFieldNumber

Field number for the "remote_outbound" field.

public const int RemoteOutboundFieldNumber = 4

Field Value

int

RtcFieldNumber

Field number for the "rtc" field.

public const int RtcFieldNumber = 1

Field Value

int

SentFieldNumber

Field number for the "sent" field.

public const int SentFieldNumber = 3

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.RemoteOutboundRtp> Parser { get; }

Property Value

MessageParser<RemoteOutboundRtp>

RemoteOutbound

public RemoteOutboundRtpStreamStats RemoteOutbound { get; set; }

Property Value

RemoteOutboundRtpStreamStats

Rtc

public RtcStatsData Rtc { get; set; }

Property Value

RtcStatsData

Sent

public SentRtpStreamStats Sent { get; set; }

Property Value

SentRtpStreamStats

Stream

public RtpStreamStats Stream { get; set; }

Property Value

RtpStreamStats

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public RtcStats.Types.RemoteOutboundRtp Clone()

Returns

RtcStats.Types.RemoteOutboundRtp

Equals(RemoteOutboundRtp)

public bool Equals(RtcStats.Types.RemoteOutboundRtp other)

Parameters

other RtcStats.Types.RemoteOutboundRtp

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

public void MergeFrom(RtcStats.Types.RemoteOutboundRtp other)

Parameters

other RtcStats.Types.RemoteOutboundRtp

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream