Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/subtitles/types/subtitles
SubtitleClip
Interface SubtitleClip
Интерфейс для клипа субтитров на таймлайне
interface
SubtitleClip
{
duration
:
number
;
id
:
string
;
position
?:
{
height
?:
number
;
rotation
?:
number
;
scaleX
?:
number
;
scaleY
?:
number
;
width
?:
number
;
x
:
number
;
y
:
number
;
}
;
startTime
:
number
;
style
?:
{
animation
?:
string
;
background
?:
string
;
backgroundColor
?:
string
;
borderRadius
?:
string
;
color
?:
string
;
fontFamily
?:
string
;
fontSize
?:
number
;
fontStyle
?:
string
;
fontWeight
?:
string
|
number
;
letterSpacing
?:
number
;
lineHeight
?:
number
;
padding
?:
string
;
textAlign
?:
string
;
textShadow
?:
string
;
textTransform
?:
string
;
WebkitBackgroundClip
?:
string
;
WebkitTextFillColor
?:
string
;
}
;
subtitlePosition
?:
{
alignment
:
string
}
;
text
:
string
;
trackId
:
string
;
type
:
"subtitle"
;
}
Index
Properties
duration
id
position?
start
Time
style?
subtitle
Position?
text
track
Id
type
Properties
duration
duration
:
number
id
id
:
string
Optional
position
position
?:
{
height
?:
number
;
rotation
?:
number
;
scaleX
?:
number
;
scaleY
?:
number
;
width
?:
number
;
x
:
number
;
y
:
number
;
}
start
Time
startTime
:
number
Optional
style
style
?:
{
animation
?:
string
;
background
?:
string
;
backgroundColor
?:
string
;
borderRadius
?:
string
;
color
?:
string
;
fontFamily
?:
string
;
fontSize
?:
number
;
fontStyle
?:
string
;
fontWeight
?:
string
|
number
;
letterSpacing
?:
number
;
lineHeight
?:
number
;
padding
?:
string
;
textAlign
?:
string
;
textShadow
?:
string
;
textTransform
?:
string
;
WebkitBackgroundClip
?:
string
;
WebkitTextFillColor
?:
string
;
}
Optional
subtitle
Position
subtitlePosition
?:
{
alignment
:
string
}
text
text
:
string
track
Id
trackId
:
string
type
type
:
"subtitle"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
duration
id
position
start
Time
style
subtitle
Position
text
track
Id
type
Timeline Studio API Documentation - v0.26.0
Loading...
Интерфейс для клипа субтитров на таймлайне