Class StreamInfo
- Namespace
- LiveKit
Information about a data stream.
public class StreamInfo
- Inheritance
-
StreamInfo
- Derived
- Inherited Members
- Extension Methods
Properties
Attributes
Additional attributes as needed for your application.
public IReadOnlyDictionary<string, string> Attributes { get; }
Property Value
Id
Unique identifier of the stream.
public string Id { get; }
Property Value
MimeType
The MIME type of the stream data.
public string MimeType { get; }
Property Value
Timestamp
When the stream was created.
public DateTime Timestamp { get; }
Property Value
Topic
Topic name used to route the stream to the appropriate handler.
public string Topic { get; }
Property Value
TotalLength
Total expected size in bytes, if known.
public ulong? TotalLength { get; }