Table of Contents

Class FfiStreamInstruction<TCallback>

Namespace
LiveKit

Generic yield instruction for one-shot FFI callbacks that expose a StreamError.

public class FfiStreamInstruction<TCallback> : YieldInstruction where TCallback : class

Type Parameters

TCallback

The protobuf callback type (e.g. TextStreamWriterWriteCallback).

Inheritance
FfiStreamInstruction<TCallback>
Derived
Inherited Members
Extension Methods

Properties

Error

public StreamError Error { get; }

Property Value

StreamError