-
public final class ByteStreamInfo extends StreamInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringtopicprivate final LongtimestampMsprivate final LongtotalSizeprivate final Map<String, String>attributesprivate final StringmimeTypeprivate final Stringnameprivate final LivekitModels.Encryption.TypeencryptionType
-
Constructor Summary
Constructors Constructor Description ByteStreamInfo(LivekitModels.DataStream.Header header, LivekitModels.DataStream.ByteHeader byteHeader, LivekitModels.Encryption.Type encryptionType)ByteStreamInfo(String id, String topic, Long timestampMs, Long totalSize, Map<String, String> attributes, String mimeType, String name, LivekitModels.Encryption.Type encryptionType)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetTopic()LonggetTimestampMs()LonggetTotalSize()Map<String, String>getAttributes()final StringgetMimeType()final StringgetName()LivekitModels.Encryption.TypegetEncryptionType()-
-
Constructor Detail
-
ByteStreamInfo
ByteStreamInfo(LivekitModels.DataStream.Header header, LivekitModels.DataStream.ByteHeader byteHeader, LivekitModels.Encryption.Type encryptionType)
-
-
Method Detail
-
getTimestampMs
Long getTimestampMs()
-
getTotalSize
Long getTotalSize()
-
getAttributes
Map<String, String> getAttributes()
-
getMimeType
final String getMimeType()
-
getEncryptionType
LivekitModels.Encryption.Type getEncryptionType()
-
-
-
-