Class s7sdk.common.WebVttItem
WebVttItem
represents a WebVtt cue.
Constructor Attributes | Constructor Name and Description |
---|---|
s7sdk.common.WebVttItem(start, end, data, settings, id)
|
Field Attributes | Field Name and Description |
---|---|
The data associated with this cue, can be Object, String, Number, etc.
|
|
The end time offset in milliseconds.
|
|
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.