toggle menu
livekit-android-sdk
2.17.1
SDK
switch theme
search in API
livekit-android-sdk
/
io.livekit.android.room.datastream
/
ByteStreamInfo
Byte
Stream
Info
data
class
ByteStreamInfo
(
val
id
:
String
,
val
topic
:
String
,
val
timestampMs
:
Long
,
val
totalSize
:
Long
?
,
val
attributes
:
Map
<
String
,
String
>
,
val
mimeType
:
String
,
val
name
:
String
?
)
:
StreamInfo
Members
Constructors
Byte
Stream
Info
Link copied to clipboard
constructor
(
header
:
<Error class: unknown class>
,
byteHeader
:
<Error class: unknown class>
)
constructor
(
id
:
String
,
topic
:
String
,
timestampMs
:
Long
,
totalSize
:
Long
?
,
attributes
:
Map
<
String
,
String
>
,
mimeType
:
String
,
name
:
String
?
)
Properties
attributes
Link copied to clipboard
open
override
val
attributes
:
Map
<
String
,
String
>
id
Link copied to clipboard
open
override
val
id
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String
name
Link copied to clipboard
val
name
:
String
?
timestamp
Ms
Link copied to clipboard
open
override
val
timestampMs
:
Long
topic
Link copied to clipboard
open
override
val
topic
:
String
total
Size
Link copied to clipboard
open
override
val
totalSize
:
Long
?