Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
SubtitleQueueOptions
Interface SubtitleQueueOptions
interface
SubtitleQueueOptions
{
maxConcurrent
?:
number
;
onPush
?:
(
line
:
SubtitleSnapshot
)
=>
void
;
onRemoved
?:
(
line
:
SubtitleSnapshot
,
reason
:
"cancelled"
|
"expired"
|
"cleared"
,
)
=>
void
;
}
Index
Properties
max
Concurrent?
on
Push?
on
Removed?
Properties
Optional
max
Concurrent
maxConcurrent
?:
number
Optional
on
Push
onPush
?:
(
line
:
SubtitleSnapshot
)
=>
void
Optional
on
Removed
onRemoved
?:
(
line
:
SubtitleSnapshot
,
reason
:
"cancelled"
|
"expired"
|
"cleared"
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Concurrent
on
Push
on
Removed
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...