Table of Contents

Class VideoStreamFromParticipantResponse

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

Constructors

VideoStreamFromParticipantResponse()

public VideoStreamFromParticipantResponse()

VideoStreamFromParticipantResponse(VideoStreamFromParticipantResponse)

public VideoStreamFromParticipantResponse(VideoStreamFromParticipantResponse other)

Parameters

other VideoStreamFromParticipantResponse

Fields

StreamFieldNumber

Field number for the "stream" field.

public const int StreamFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Parser

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

Property Value

MessageParser<VideoStreamFromParticipantResponse>

Stream

public OwnedVideoStream Stream { get; set; }

Property Value

OwnedVideoStream

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public VideoStreamFromParticipantResponse Clone()

Returns

VideoStreamFromParticipantResponse

Equals(VideoStreamFromParticipantResponse)

public bool Equals(VideoStreamFromParticipantResponse other)

Parameters

other VideoStreamFromParticipantResponse

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

public void MergeFrom(VideoStreamFromParticipantResponse other)

Parameters

other VideoStreamFromParticipantResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream