taglib-ts
Preparing search index...
matroska/ebml/ebmlElement
findElement
Function findElement
findElement
(
stream
:
IOStream
,
targetId
:
number
,
maxOffset
:
number
,
)
:
Promise
<
EbmlElement
|
null
>
Find a specific element by ID within a range. Skips unmatched elements.
Parameters
stream
:
IOStream
targetId
:
number
maxOffset
:
number
Returns
Promise
<
EbmlElement
|
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
taglib-ts
Loading...
Find a specific element by ID within a range. Skips unmatched elements.