Table of Contents

Class RtcStats.Types.OutboundRtp

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

Constructors

OutboundRtp()

public OutboundRtp()

OutboundRtp(OutboundRtp)

public OutboundRtp(RtcStats.Types.OutboundRtp other)

Parameters

other RtcStats.Types.OutboundRtp

Fields

OutboundFieldNumber

Field number for the "outbound" field.

public const int OutboundFieldNumber = 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

Outbound

public OutboundRtpStreamStats Outbound { get; set; }

Property Value

OutboundRtpStreamStats

Parser

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

Property Value

MessageParser<OutboundRtp>

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

Returns

RtcStats.Types.OutboundRtp

Equals(OutboundRtp)

public bool Equals(RtcStats.Types.OutboundRtp other)

Parameters

other RtcStats.Types.OutboundRtp

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

public void MergeFrom(RtcStats.Types.OutboundRtp other)

Parameters

other RtcStats.Types.OutboundRtp

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream