Search
Preparing search index...
The search index is not available
composable
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
BlackSceneProcess
Class BlackSceneProcess
Hierarchy
FFmpegProcess
BlackSceneProcess
Index
Constructors
constructor
Properties
args
error
Detector
error
Messages
killed
on
Black
Scene
on
End
on
Error
on
Output
Line
on
Progress
process
Methods
kill
pause
process
Black
Scene
Line
resume
setup
start
wait
Constructors
constructor
new
Black
Scene
Process
(
args
:
string
[]
, errorDetector
?:
FFmpegErrorDetector
)
:
BlackSceneProcess
new
Black
Scene
Process
(
process
:
ChildProcess
, errorDetector
?:
FFmpegErrorDetector
)
:
BlackSceneProcess
Parameters
args:
string
[]
Optional
errorDetector:
FFmpegErrorDetector
Returns
BlackSceneProcess
Parameters
process:
ChildProcess
Optional
errorDetector:
FFmpegErrorDetector
Returns
BlackSceneProcess
Properties
args
args
:
string
[]
error
Detector
error
Detector
:
FFmpegErrorDetector
Protected
error
Messages
error
Messages
:
string
[]
= []
killed
killed
:
boolean
= false
on
Black
Scene
on
Black
Scene
:
Hook
<
Scene
>
= new Hook( 'onBlackScene' )
on
End
on
End
:
Hook
<
void
>
= new Hook( 'onEnd' )
on
Error
on
Error
:
Hook
<
Error
>
= new Hook( 'onError' )
on
Output
Line
on
Output
Line
:
Hook
<
string
>
= new Hook( 'onOutputLine' )
on
Progress
on
Progress
:
Hook
<
FFmpegProgress
>
= new Hook( 'onProgress' )
process
process
:
ChildProcess
Methods
kill
kill
(
)
:
void
Returns
void
pause
pause
(
)
:
void
Returns
void
process
Black
Scene
Line
process
Black
Scene
Line
(
line
:
string
)
:
void
Parameters
line:
string
Returns
void
resume
resume
(
)
:
void
Returns
void
setup
setup
(
)
:
void
Returns
void
start
start
(
duration
?:
number
|
string
|
Duration
)
:
void
Parameters
Optional
duration:
number
|
string
|
Duration
Returns
void
wait
wait
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Globals
Black
Scene
Process
constructor
args
error
Detector
error
Messages
killed
on
Black
Scene
on
End
on
Error
on
Output
Line
on
Progress
process
kill
pause
process
Black
Scene
Line
resume
setup
start
wait
Generated using
TypeDoc