Search
Preparing search index...
The search index is not available
play-audio
Options
All
Public
Public/Protected
All
Inherited
Menu
play-audio
WebmDemuxer
Class WebmDemuxer
Hierarchy
Duplex
WebmDemuxer
Index
Constructors
constructor
Properties
chunk
cursor
data_
length
data_
size
header
headfound
remaining
Accessors
vint_
length
vint_
value
Methods
_destroy
_final
_read
_write
cleanup
parse
EbmlID
read
Tag
Constructors
constructor
new
Webm
Demuxer
(
options
?:
DuplexOptions
)
:
WebmDemuxer
Parameters
Optional
options:
DuplexOptions
Returns
WebmDemuxer
Properties
Optional
chunk
chunk
?:
Buffer
cursor
cursor
:
number
Private
data_
length
data_
length
:
number
Private
data_
size
data_
size
:
number
header
header
:
WebmHeader
headfound
headfound
:
boolean
Optional
remaining
remaining
?:
Buffer
Accessors
Private
vint_
length
get
vint_length
(
)
:
number
Returns
number
Private
vint_
value
get
vint_value
(
)
:
boolean
Returns
boolean
Methods
_destroy
_destroy
(
error
:
null
|
Error
, callback
:
(
error
:
null
|
Error
)
=>
void
)
:
void
Parameters
error:
null
|
Error
callback:
(
error
:
null
|
Error
)
=>
void
(
error
:
null
|
Error
)
:
void
Parameters
error:
null
|
Error
Returns
void
Returns
void
_final
_final
(
callback
:
(
error
?:
null
|
Error
)
=>
void
)
:
void
Parameters
callback:
(
error
?:
null
|
Error
)
=>
void
(
error
?:
null
|
Error
)
:
void
Parameters
Optional
error:
null
|
Error
Returns
void
Returns
void
_read
_read
(
)
:
void
Returns
void
_write
_write
(
chunk
:
Buffer
, _
:
BufferEncoding
, done
:
(
error
?:
null
|
Error
)
=>
void
)
:
void
Parameters
chunk:
Buffer
_:
BufferEncoding
done:
(
error
?:
null
|
Error
)
=>
void
(
error
?:
null
|
Error
)
:
void
Parameters
Optional
error:
null
|
Error
Returns
void
Returns
void
cleanup
cleanup
(
)
:
void
Returns
void
Private
parse
EbmlID
parse
EbmlID
(
ebmlID
:
string
)
:
false
|
ElementsData
Parameters
ebmlID:
string
Returns
false
|
ElementsData
Private
read
Tag
read
Tag
(
)
:
undefined
|
Error
Returns
undefined
|
Error
Exports
<internal>
Webm
Demuxer
constructor
chunk
cursor
data_
length
data_
size
header
headfound
remaining
vint_
length
vint_
value
_destroy
_final
_read
_write
cleanup
parse
EbmlID
read
Tag
Generated using
TypeDoc