videodb / Exports / types/config
- AudioAssetConfig
- ImageAssetConfig
- IndexConfig
- IndexSceneConfig
- SubtitleStyleProps
- TextAssetConfig
- TextStyleProps
- VideoAssetConfig
Ƭ AudioAssetConfig: Object
Name | Type |
---|---|
disableOtherTracks |
boolean |
end |
number | null |
fadeInDuration |
number |
fadeOutDuration |
number |
start |
number |
Ƭ ImageAssetConfig: Object
Name | Type |
---|---|
duration |
number | null |
height |
number | string |
width |
number | string |
x |
number | string |
y |
number | string |
Ƭ IndexConfig: { indexType
: IndexType
} & IndexSceneConfig
Ƭ IndexSceneConfig: Object
Name | Type |
---|---|
callbackUrl? |
string | null |
force? |
boolean |
prompt? |
string | null |
Ƭ SubtitleStyleProps: Object
Name | Type |
---|---|
alignment |
SubtitleAlignment |
angle |
number |
backColour |
string |
bold |
boolean |
borderStyle |
SubtitleBorderStyle |
fontName |
string |
fontSize |
number |
italic |
boolean |
marginL |
number |
marginR |
number |
marginV |
number |
outline |
number |
outlineColour |
string |
primaryColour |
string |
scaleX |
number |
scaleY |
number |
secondaryColour |
string |
shadow |
number |
spacing |
number |
strikeOut |
boolean |
underline |
boolean |
Ƭ TextAssetConfig: Object
Name | Type |
---|---|
duration? |
number |
style |
Partial <TextStyleProps > |
text |
string |
Ƭ TextStyleProps: Object
Name | Type |
---|---|
alpha |
number |
basetime |
number |
bordercolor |
string |
borderw |
number |
box |
boolean |
boxborderw |
string |
boxcolor |
string |
boxh |
number |
boxw |
number |
expansion |
string |
fixBounds |
boolean |
font |
string |
fontcolor |
string |
fontcolorExpr |
string |
fontsize |
number |
lineSpacing |
number |
shadowcolor |
string |
shadowx |
number |
shadowy |
number |
tabsize |
number |
textAlign |
string |
textShaping |
boolean |
x |
string | number |
y |
string | number |
yAlign |
string |
Ƭ VideoAssetConfig: Object
Name | Type |
---|---|
end |
number |
start |
number |