-
public class StreamInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringtopicprivate final LongtimestampMsprivate final LongtotalSizeprivate final Map<String, String>attributesprivate final LivekitModels.Encryption.TypeencryptionType
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetTopic()LonggetTimestampMs()LonggetTotalSize()Map<String, String>getAttributes()LivekitModels.Encryption.TypegetEncryptionType()-
-
Method Detail
-
getTimestampMs
Long getTimestampMs()
-
getTotalSize
Long getTotalSize()
-
getAttributes
Map<String, String> getAttributes()
-
getEncryptionType
LivekitModels.Encryption.Type getEncryptionType()
-
-
-
-