- Source
Methods
(static) createSubtitleDividerNode() → {object}
- Source
Returns:
- Type:
- object
(static) createSubtitleLabelNode(labelId) → {object}
Parameters:
Name | Type | Description |
---|---|---|
labelId | string |
- Source
Returns:
- Type:
- object
(static) displaySubtitleNode(node) → {void}
Parameters:
Name | Type | Description |
---|---|---|
node | object |
- Source
Returns:
- Type:
- void
(static) inactiveCheck() → {void}
inactiveCheck: Checks if the time since last keypress is greater than or equal to the allowed inactive time of the menu.
- Source
Returns:
- Type:
- void
(static) init() → {void}
- Source
Returns:
- Type:
- void
(static) onButtonSelected() → {void}
- Source
Returns:
- Type:
- void
(static) onFocusChanged() → {void}
- Source
Returns:
- Type:
- void
(static) onKeyEvent(key, press) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
key | string | |
press | boolean |
- Source
Returns:
- Type:
- boolean
(static) onPlaybackStateChanged() → {void}
- Source
Returns:
- Type:
- void
(static) onProgressPercentageChanged() → {void}
- Source
Returns:
- Type:
- void
(static) onVisibleChanged() → {void}
- Source
Returns:
- Type:
- void
(static) populateData() → {void}
- Source
Returns:
- Type:
- void
(static) resetFocusToDefaultButton() → {void}
- Source
Returns:
- Type:
- void
(static) setButtonStates() → {void}
setButtonStates: Disable previous/next buttons if needed and remove any other unneeded buttons
- Source
Returns:
- Type:
- void
(static) setEndsAtText() → {void}
- Source
Returns:
- Type:
- void
(static) setFields() → {void}
setFields: Grab data from json metadata and save it to local fields
- Source
Returns:
- Type:
- void
(static) setVideoLogoGroup() → {void}
- Source
Returns:
- Type:
- void
(static) setVideoSubTitle() → {void}
- Source
Returns:
- Type:
- void
(static) setVideoTitle() → {void}
- Source
Returns:
- Type:
- void