Preparing search index...
The search index is not available
@rendley/sdk - v1.11.0
@rendley/sdk
EngineOptions
Interface EngineOptions
interface
EngineOptions
{
display
?:
DisplayOptions
;
ffmpeg
?:
FFmpegOptions
;
license
?:
EngineLicense
;
onSetupLibrary
?:
(
data
:
LibrarySetupData
)
=>
Promise
<
void
>
;
storages
?:
StorageProviderBase
[]
;
transcoder
?:
ITranscodeProvider
;
}
Index
Properties
display?
ffmpeg?
license?
on
Setup
Library?
storages?
transcoder?
Properties
Optional
display
display
?:
DisplayOptions
Optional
ffmpeg
ffmpeg
?:
FFmpegOptions
Optional
license
license
?:
EngineLicense
Optional
on
Setup
Library
onSetupLibrary
?:
(
data
:
LibrarySetupData
)
=>
Promise
<
void
>
Optional
storages
storages
?:
StorageProviderBase
[]
Optional
transcoder
transcoder
?:
ITranscodeProvider
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
display
ffmpeg
license
on
Setup
Library
storages
transcoder
@rendley/sdk - v1.11.0
Loading...