@revideo/core / app / RenderVideoUserProjectSettings
Type Alias: RenderVideoUserProjectSettings
RenderVideoUserProjectSettings = {
background?:UserProjectSettings["shared"]["background"];exporter?:UserProjectSettings["rendering"]["exporter"];range?:UserProjectSettings["shared"]["range"];size?:UserProjectSettings["shared"]["size"]; }
Defined in: app/Project.ts:80
Settings that can be passed to the renderVideo / renderPartialVideo functions
Properties
background?
optionalbackground?:UserProjectSettings["shared"]["background"]
Defined in: app/Project.ts:82
exporter?
optionalexporter?:UserProjectSettings["rendering"]["exporter"]
Defined in: app/Project.ts:85
range?
optionalrange?:UserProjectSettings["shared"]["range"]
Defined in: app/Project.ts:81
size?
optionalsize?:UserProjectSettings["shared"]["size"]
Defined in: app/Project.ts:83