Skip to main content

@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
NameType
projectProjectJSON
videoSettingsVideoSettings
Returns

Promise<Result>

Defined in

studio/src/types/index.ts:106


loadProject

Optional loadProject: () => Promise<ProjectJSON>

Type declaration

▸ (): Promise<ProjectJSON>

Returns

Promise<ProjectJSON>

Defined in

studio/src/types/index.ts:100


saveProject

Optional saveProject: (project: ProjectJSON, fileName: string) => Promise<Result>

Type declaration

▸ (project, fileName): Promise<Result>

Parameters
NameType
projectProjectJSON
fileNamestring
Returns

Promise<Result>

Defined in

studio/src/types/index.ts:99


subtitleGenerationService

Optional subtitleGenerationService: ISubtitleGenerationService

Subtitle generation service for polling-based async subtitle generation Implement this in your application code to provide API endpoints

Defined in

studio/src/types/index.ts:105