Class StreamByteOptions
- Namespace
- LiveKit
Options used when opening an outgoing byte data stream.
public class StreamByteOptions : StreamOptions
- Inheritance
-
StreamByteOptions
- Inherited Members
- Extension Methods
Properties
MimeType
public string MimeType { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
TotalLength
public ulong? TotalLength { get; set; }