The background color for the text track.
This targets the area directly behind the text.
<br/> - `red` will set the background color of the text track to red.
<br/> - `#ff0000` will set the background color of the text track to red.
<br/> - `rgba(255,0,0,0.5)` will set the background color of the text track to red, with 50% opacity.
The edge style of the text, represented by a value from the following list:
- 'none'
- 'dropshadow'
- 'raised'
- 'depressed'
- 'uniform
The font color for the text track.
<br/> - `red` will set the color of the text to red.
<br/> - `#ff0000` will set the color of the text to red.
<br/> - `rgba(255,0,0,0.5)` will set the color of the text to red, with 50% opacity.
The font family for the text track.
The font size for the text track.
Can be a percentage value such as '50%', '75%', '100%', '150%' or '200%'.
The bottom margin of the area where subtitles are being rendered.
- Available since v4.2.0
- The margin is in number of pixels.
- Useful for pushing the subtitles up, so they don't overlap with the UI.
The left margin of the area where subtitles are being rendered.
- Available since v4.2.0
- The margin is in number of pixels.
- Useful for pushing the subtitles right, so they don't overlap with the UI.
The right margin of the area where subtitles are being rendered.
- Available since v4.2.0
- The margin is in number of pixels.
- Useful for pushing the subtitles left, so they don't overlap with the UI.
The top margin of the area where subtitles are being rendered.
- Available since v4.2.0
- The margin is in number of pixels.
- Useful for pushing the subtitles down, so they don't overlap with the UI.
The window color for the text track.
This targets the area covering the full width of the text track.
<br/> - `red` will set the background color of the window of the text track to red.
<br/> - `#ff0000` will set the background color of the window of the text track to red.
<br/> - `rgba(255,0,0,0.5)` will set the background color of the window of the text track to red, with 50% opacity.
Add the given listener for the given event type(s).
The type of the event.
The callback which is executed when the event occurs.
Remove the given listener for the given event type(s).
The type of the event.
The callback which will be removed.
Generated using TypeDoc
The text track style API.
Remarks
- Available since v2.27.4.