Table of Contents

Class OwnedDataTrackStream

Namespace
LiveKit.Proto

Handle to an active data track subscription.

Dropping the handle will unsubscribe from the track.

public sealed class OwnedDataTrackStream : Google.Protobuf.IMessage<OwnedDataTrackStream>, Google.Protobuf.IBufferMessage
Inheritance
OwnedDataTrackStream
Implements
IBufferMessage
Extension Methods

Constructors

OwnedDataTrackStream()

public OwnedDataTrackStream()

OwnedDataTrackStream(OwnedDataTrackStream)

public OwnedDataTrackStream(OwnedDataTrackStream other)

Parameters

other OwnedDataTrackStream

Fields

HandleFieldNumber

Field number for the "handle" field.

public const int HandleFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Handle

public FfiOwnedHandle Handle { get; set; }

Property Value

FfiOwnedHandle

Parser

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

Property Value

MessageParser<OwnedDataTrackStream>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public OwnedDataTrackStream Clone()

Returns

OwnedDataTrackStream

Equals(OwnedDataTrackStream)

public bool Equals(OwnedDataTrackStream other)

Parameters

other OwnedDataTrackStream

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

public void MergeFrom(OwnedDataTrackStream other)

Parameters

other OwnedDataTrackStream

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream