Table of Contents

Class VideoSourceInfo

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

Constructors

VideoSourceInfo()

public VideoSourceInfo()

VideoSourceInfo(VideoSourceInfo)

public VideoSourceInfo(VideoSourceInfo other)

Parameters

other VideoSourceInfo

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

Property Value

MessageParser<VideoSourceInfo>

Type

public VideoSourceType Type { get; set; }

Property Value

VideoSourceType

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearType()

Clears the value of the "type" field

public void ClearType()

Clone()

public VideoSourceInfo Clone()

Returns

VideoSourceInfo

Equals(VideoSourceInfo)

public bool Equals(VideoSourceInfo other)

Parameters

other VideoSourceInfo

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

public void MergeFrom(VideoSourceInfo other)

Parameters

other VideoSourceInfo

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream