Table of Contents

Class VideoStreamInfo

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

Constructors

VideoStreamInfo()

public VideoStreamInfo()

VideoStreamInfo(VideoStreamInfo)

public VideoStreamInfo(VideoStreamInfo other)

Parameters

other VideoStreamInfo

Fields

TypeFieldNumber

Field number for the "type" field.

public const int TypeFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasType

Gets whether the "type" field is set

public bool HasType { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<VideoStreamInfo>

Type

public VideoStreamType Type { get; set; }

Property Value

VideoStreamType

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearType()

Clears the value of the "type" field

public void ClearType()

Clone()

public VideoStreamInfo Clone()

Returns

VideoStreamInfo

Equals(VideoStreamInfo)

public bool Equals(VideoStreamInfo other)

Parameters

other VideoStreamInfo

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

public void MergeFrom(VideoStreamInfo other)

Parameters

other VideoStreamInfo

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream