Search
Preparing search index...
The search index is not available
composable
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ConversionExecutor
Class ConversionExecutor
Hierarchy
Executor
<
FFmpegProcess
>
ConversionExecutor
Implements
IExecutor
<
FFmpegProcess
>
Index
Constructors
constructor
Properties
command
compiler
custom
Binary
Path
Accessors
binary
Path
Methods
create
Process
execute
to
String
execute
Constructors
constructor
new
Conversion
Executor
(
compiler
?:
ICompiler
)
:
ConversionExecutor
Parameters
Default value
compiler:
ICompiler
= new Compiler()
Returns
ConversionExecutor
Properties
command
command
:
CommandExecutor
compiler
compiler
:
ICompiler
Protected
custom
Binary
Path
custom
Binary
Path
:
string
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
(
)
:
FFmpegProcess
Type parameters
T
Parameters
factory:
Class
<
T
,
[
string
[]
]
>
Returns
T
Returns
FFmpegProcess
execute
execute
(
)
:
FFmpegProcess
Returns
FFmpegProcess
to
String
to
String
(
)
:
string
Returns
string
Static
execute
execute
(
compiler
?:
ICompiler
)
:
FFmpegProcess
Parameters
Optional
compiler:
ICompiler
Returns
FFmpegProcess
Globals
Conversion
Executor
constructor
command
compiler
custom
Binary
Path
binary
Path
create
Process
execute
to
String
execute
Generated using
TypeDoc