Creates an instance of the plugin
player object
Optional
settings: SccSubtitlePluginSettingsplugin settings
Readonly
nameStatic
NameProperty that states whether this plugin considers itself ready for continued playback based on internal logic.
Triggers internal event of type PlayerInternalEventType.LoadedChanged
if property value was changed.
Property that states whether this plugin considers itself muted based on internal logic.
Triggers internal event of type PlayerInternalEventType.MutedChanged
if property value was changed.
Property describing the plugin name and version.
Adds subtitles. Cues are loaded asynchronously.
Adds cues to the given subtitle.
the id of the subtitle or the subtitle object
the cues to add
Disabled the given subtitle.
the id of the subtitle or the subtitle object
Enabled the given subtitle.
the id of the subtitle or the subtitle object
Returns the subtitle state for the subtitle with the given id
the subtitle id
Returns the subtitle objects.
Removes the given subtitle.
the id of the subtitle or the subtitle object
Sets the start time of the given subtitle.
the id of the subtitle or the subtitle object
the start time to set
Toggles (the enabled state) the given subtitle.
the id of the subtitle or the subtitle object
Scc Subtitle Plugin
This plugin is used to display one or more SCC subtitles.
How to use
Known limitations
Deprecated
Use TimedTextPlugin instead. See migration guide