Table of Contents

Class MediaSourceStats

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

Constructors

MediaSourceStats()

public MediaSourceStats()

MediaSourceStats(MediaSourceStats)

public MediaSourceStats(MediaSourceStats other)

Parameters

other MediaSourceStats

Fields

KindFieldNumber

Field number for the "kind" field.

public const int KindFieldNumber = 2

Field Value

int

TrackIdentifierFieldNumber

Field number for the "track_identifier" field.

public const int TrackIdentifierFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasKind

Gets whether the "kind" field is set

public bool HasKind { get; }

Property Value

bool

HasTrackIdentifier

Gets whether the "track_identifier" field is set

public bool HasTrackIdentifier { get; }

Property Value

bool

Kind

public string Kind { get; set; }

Property Value

string

Parser

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

Property Value

MessageParser<MediaSourceStats>

TrackIdentifier

public string TrackIdentifier { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearKind()

Clears the value of the "kind" field

public void ClearKind()

ClearTrackIdentifier()

Clears the value of the "track_identifier" field

public void ClearTrackIdentifier()

Clone()

public MediaSourceStats Clone()

Returns

MediaSourceStats

Equals(MediaSourceStats)

public bool Equals(MediaSourceStats other)

Parameters

other MediaSourceStats

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

public void MergeFrom(MediaSourceStats other)

Parameters

other MediaSourceStats

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream