@twick/studio - v0.15.0 / Exports / StudioConfig
Interface: StudioConfig
Hierarchy
-
VideoEditorConfig↳
StudioConfig
Table of contents
Properties
Properties
exportVideo
• Optional exportVideo: (project: ProjectJSON, videoSettings: VideoSettings) => Promise<Result>
Type declaration
▸ (project, videoSettings): Promise<Result>
Parameters
| Name | Type |
|---|---|
project | ProjectJSON |
videoSettings | VideoSettings |
Returns
Promise<Result>
Defined in
loadProject
• Optional loadProject: () => Promise<ProjectJSON>
Type declaration
▸ (): Promise<ProjectJSON>
Returns
Promise<ProjectJSON>
Defined in
saveProject
• Optional saveProject: (project: ProjectJSON, fileName: string) => Promise<Result>
Type declaration
▸ (project, fileName): Promise<Result>
Parameters
| Name | Type |
|---|---|
project | ProjectJSON |
fileName | string |
Returns
Promise<Result>
Defined in
subtitleGenerationService
• Optional subtitleGenerationService: ISubtitleGenerationService
Subtitle generation service for polling-based async subtitle generation Implement this in your application code to provide API endpoints