Table of Contents

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

string

Name

public string Name { get; set; }

Property Value

string

TotalLength

public ulong? TotalLength { get; set; }

Property Value

ulong?