Search
Preparing search index...
The search index is not available
composable
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
BlackSceneDetector
Class BlackSceneDetector
Hierarchy
Executor
<
AsyncStream
<
Scene
>
>
BlackSceneDetector
Implements
IExecutor
<
AsyncStream
<
Scene
>
>
Index
Constructors
constructor
Properties
compiler
custom
Binary
Path
options
stream
Accessors
binary
Path
Methods
create
Process
execute
Constructors
constructor
new
Black
Scene
Detector
(
stream
:
Stream
, options
?:
BlackSceneOptions
, compiler
?:
ICompiler
)
:
BlackSceneDetector
Parameters
stream:
Stream
Default value
options:
BlackSceneOptions
= {}
Default value
compiler:
ICompiler
= new Compiler()
Returns
BlackSceneDetector
Properties
compiler
compiler
:
ICompiler
Protected
custom
Binary
Path
custom
Binary
Path
:
string
options
options
:
BlackSceneOptions
stream
stream
:
Stream
Accessors
binary
Path
get
binaryPath
(
)
:
string
set
binaryPath
(
value
:
string
)
:
void
Returns
string
Parameters
value:
string
Returns
void
Methods
create
Process
create
Process<T>
(
factory
:
Class
<
T
,
[
string
[]
]
>
)
:
T
create
Process
(
)
:
BlackSceneProcess
Type parameters
T
:
BlackSceneProcess
Parameters
factory:
Class
<
T
,
[
string
[]
]
>
Returns
T
Returns
BlackSceneProcess
execute
execute
(
)
:
AsyncStream
<
Scene
>
Returns
AsyncStream
<
Scene
>
Globals
Black
Scene
Detector
constructor
compiler
custom
Binary
Path
options
stream
binary
Path
create
Process
execute
Generated using
TypeDoc