HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.common

Class s7sdk.common.WebVttItem

WebVttItem represents a WebVtt cue.

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.common.WebVttItem(start, end, data, settings, id)
Field Summary
Field Attributes Field Name and Description
 
The data associated with this cue, can be Object, String, Number, etc.
 
end
The end time offset in milliseconds.
 
id
id of cue associated with the cue.
 
The positioning settings associated with the cue.
 
The start time offset in milliseconds.
Class Detail
s7sdk.common.WebVttItem(start, end, data, settings, id)
Parameters:
{Number} start
Start time offset of the cue in milliseconds
{Number} end
End time offset of the cue in milliseconds
{Object} data
Generic data associated with the cue
{Object} settings
Optional positioning settings associated with the cue
{String} id
Optional cue identifier
Field Detail
data
The data associated with this cue, can be Object, String, Number, etc.

end
The end time offset in milliseconds.

id
id of cue associated with the cue.

settings
The positioning settings associated with the cue.

start
The start time offset in milliseconds.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 30 2020 16:40:36 GMT+0200 (EET)