LiveKit JS Client SDK - v2.13.4
Preparing search index...
ByteStreamReader
Class ByteStreamReader
Hierarchy
BaseStreamReader
<
ByteStreamInfo
>
ByteStreamReader
Index
Constructors
constructor
Properties
on
Progress?
Accessors
info
Methods
[async
Iterator]
read
All
Constructors
constructor
new
ByteStreamReader
(
info
:
ByteStreamInfo
,
stream
:
ReadableStream
<
DataStream_Chunk
>
,
totalByteSize
?:
number
,
)
:
ByteStreamReader
Parameters
info
:
ByteStreamInfo
stream
:
ReadableStream
<
DataStream_Chunk
>
Optional
totalByteSize
:
number
Returns
ByteStreamReader
Properties
Optional
on
Progress
onProgress
?:
(
progress
:
undefined
|
number
)
=>
void
Accessors
info
get
info
()
:
T
Returns
T
Methods
[async
Iterator]
"[asyncIterator]"
()
:
{
next
:
()
=>
Promise
<
IteratorResult
<
Uint8Array
<
ArrayBufferLike
>
,
any
>
>
;
return
()
:
Promise
<
IteratorResult
<
Uint8Array
<
ArrayBufferLike
>
,
any
>
>
;
}
Returns
{
next
:
()
=>
Promise
<
IteratorResult
<
Uint8Array
<
ArrayBufferLike
>
,
any
>
>
;
return
()
:
Promise
<
IteratorResult
<
Uint8Array
<
ArrayBufferLike
>
,
any
>
>
;
}
read
All
readAll
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
[]
>
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
[]
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Progress
Accessors
info
Methods
[async
Iterator]
read
All
LiveKit JS Client SDK - v2.13.4
Loading...