Table of Contents

Class RtpStreamStats

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

Constructors

RtpStreamStats()

public RtpStreamStats()

RtpStreamStats(RtpStreamStats)

public RtpStreamStats(RtpStreamStats other)

Parameters

other RtpStreamStats

Fields

CodecIdFieldNumber

Field number for the "codec_id" field.

public const int CodecIdFieldNumber = 4

Field Value

int

KindFieldNumber

Field number for the "kind" field.

public const int KindFieldNumber = 2

Field Value

int

SsrcFieldNumber

Field number for the "ssrc" field.

public const int SsrcFieldNumber = 1

Field Value

int

TransportIdFieldNumber

Field number for the "transport_id" field.

public const int TransportIdFieldNumber = 3

Field Value

int

Properties

CodecId

public string CodecId { get; set; }

Property Value

string

Descriptor

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

Property Value

MessageDescriptor

HasCodecId

Gets whether the "codec_id" field is set

public bool HasCodecId { get; }

Property Value

bool

HasKind

Gets whether the "kind" field is set

public bool HasKind { get; }

Property Value

bool

HasSsrc

Gets whether the "ssrc" field is set

public bool HasSsrc { get; }

Property Value

bool

HasTransportId

Gets whether the "transport_id" field is set

public bool HasTransportId { get; }

Property Value

bool

Kind

public string Kind { get; set; }

Property Value

string

Parser

public static Google.Protobuf.MessageParser<RtpStreamStats> Parser { get; }

Property Value

MessageParser<RtpStreamStats>

Ssrc

public uint Ssrc { get; set; }

Property Value

uint

TransportId

public string TransportId { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearCodecId()

Clears the value of the "codec_id" field

public void ClearCodecId()

ClearKind()

Clears the value of the "kind" field

public void ClearKind()

ClearSsrc()

Clears the value of the "ssrc" field

public void ClearSsrc()

ClearTransportId()

Clears the value of the "transport_id" field

public void ClearTransportId()

Clone()

public RtpStreamStats Clone()

Returns

RtpStreamStats

Equals(RtpStreamStats)

public bool Equals(RtpStreamStats other)

Parameters

other RtpStreamStats

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

public void MergeFrom(RtpStreamStats other)

Parameters

other RtpStreamStats

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream