Optional
cuesOptional
enabledDetermines if this subtitle should be enabled or not.
The id (unique identifier) of the subtitle, this is used when altering the subtitle through the SccSubtitlePlugin API.
Optional
kindHow the text track is meant to be used. If omitted the default kind is "captions"
Optional
labelUser readable title of the track.
Optional
languageLanguage of the track text data. It must be a valid BCP 47 language tag.
Optional
srcThe url to the SCC file to load cues from.
Optional
startStart time of the cues. Defaults to the start time set for the currently active video file (frameOffset
and frameRate
set on the loaded VideoFile
object).
The cues for this subtitle, this property is populated by the SccSubtitlePlugin if the "src" property is provided.