package
Version:
v0.0.0-...-436db5d
Opens a new window with list of versions in this module.
Published: Jun 30, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Line struct {
Text string `json:"text"`
Color string `json:"color"`
Justification string `json:"justification"`
Bold bool `json:"bold"`
Italic bool `json:"italic"`
Underline bool `json:"underline"`
BoxingColor string `json:"boxingColor"`
}
type Subtitle struct {
VerticalAlign int `json:"verticalAlign"`
HorizontalAlign string `json:"horizontalAlign"`
StartTime int64 `json:"startTime"`
EndTime int64 `json:"endTime"`
Lines []Line `json:"lines"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.