Class ByteStreamReader.WriteToFileInstruction
- Namespace
- LiveKit
YieldInstruction for WriteToFile(string, string).
public sealed class ByteStreamReader.WriteToFileInstruction : YieldInstruction
- Inheritance
-
ByteStreamReader.WriteToFileInstruction
- Inherited Members
- Extension Methods
Remarks
Access FilePath after checking IsError
Properties
Error
public StreamError Error { get; }
Property Value
FilePath
Path to the file that was written.
public string FilePath { get; }