Table of Contents

Class SendStreamHeaderCallback

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

Constructors

SendStreamHeaderCallback()

public SendStreamHeaderCallback()

SendStreamHeaderCallback(SendStreamHeaderCallback)

public SendStreamHeaderCallback(SendStreamHeaderCallback other)

Parameters

other SendStreamHeaderCallback

Fields

AsyncIdFieldNumber

Field number for the "async_id" field.

public const int AsyncIdFieldNumber = 1

Field Value

int

ErrorFieldNumber

Field number for the "error" field.

public const int ErrorFieldNumber = 2

Field Value

int

Properties

AsyncId

public ulong AsyncId { get; set; }

Property Value

ulong

Descriptor

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

Property Value

MessageDescriptor

Error

public string Error { get; set; }

Property Value

string

HasAsyncId

Gets whether the "async_id" field is set

public bool HasAsyncId { get; }

Property Value

bool

HasError

Gets whether the "error" field is set

public bool HasError { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<SendStreamHeaderCallback>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearAsyncId()

Clears the value of the "async_id" field

public void ClearAsyncId()

ClearError()

Clears the value of the "error" field

public void ClearError()

Clone()

public SendStreamHeaderCallback Clone()

Returns

SendStreamHeaderCallback

Equals(SendStreamHeaderCallback)

public bool Equals(SendStreamHeaderCallback other)

Parameters

other SendStreamHeaderCallback

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

public void MergeFrom(SendStreamHeaderCallback other)

Parameters

other SendStreamHeaderCallback

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream