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
TCallbackThe protobuf callback type (e.g. TextStreamWriterWriteCallback).
- Inheritance
-
FfiStreamInstruction<TCallback>
- Derived
- Inherited Members
- Extension Methods
Properties
Error
public StreamError Error { get; }