-
public final class TextStreamInfo extends StreamInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumTextStreamInfo.OperationType
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringtopicprivate final LongtimestampMsprivate final LongtotalSizeprivate final Map<String, String>attributesprivate final TextStreamInfo.OperationTypeoperationTypeprivate final Integerversionprivate final StringreplyToStreamIdprivate final List<String>attachedStreamIdsprivate final Booleangeneratedprivate final LivekitModels.Encryption.TypeencryptionType
-
Constructor Summary
Constructors Constructor Description TextStreamInfo(LivekitModels.DataStream.Header header, LivekitModels.DataStream.TextHeader textHeader, LivekitModels.Encryption.Type encryptionType)TextStreamInfo(String id, String topic, Long timestampMs, Long totalSize, Map<String, String> attributes, TextStreamInfo.OperationType operationType, Integer version, String replyToStreamId, List<String> attachedStreamIds, Boolean generated, LivekitModels.Encryption.Type encryptionType)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetTopic()LonggetTimestampMs()LonggetTotalSize()Map<String, String>getAttributes()final TextStreamInfo.OperationTypegetOperationType()final IntegergetVersion()final StringgetReplyToStreamId()final List<String>getAttachedStreamIds()final BooleangetGenerated()LivekitModels.Encryption.TypegetEncryptionType()-
-
Constructor Detail
-
TextStreamInfo
TextStreamInfo(LivekitModels.DataStream.Header header, LivekitModels.DataStream.TextHeader textHeader, LivekitModels.Encryption.Type encryptionType)
-
TextStreamInfo
TextStreamInfo(String id, String topic, Long timestampMs, Long totalSize, Map<String, String> attributes, TextStreamInfo.OperationType operationType, Integer version, String replyToStreamId, List<String> attachedStreamIds, Boolean generated, LivekitModels.Encryption.Type encryptionType)
-
-
Method Detail
-
getTimestampMs
Long getTimestampMs()
-
getTotalSize
Long getTotalSize()
-
getAttributes
Map<String, String> getAttributes()
-
getOperationType
final TextStreamInfo.OperationType getOperationType()
-
getVersion
final Integer getVersion()
-
getReplyToStreamId
final String getReplyToStreamId()
-
getAttachedStreamIds
final List<String> getAttachedStreamIds()
-
getGenerated
final Boolean getGenerated()
-
getEncryptionType
LivekitModels.Encryption.Type getEncryptionType()
-
-
-
-