Render-thread-safe Quick Play helpers. API-calling quickplay logic lives in QuickPlayTask (components/tasks/QuickPlayTask.bs).
- Source
Methods
(static) audio(itemNode) → {void}
A single audio file.
Parameters:
| Name | Type | Description |
|---|---|---|
itemNode | object |
- Source
Returns:
- Type:
- void
(static) musicVideo(itemNode) → {void}
A single music video file.
Parameters:
| Name | Type | Description |
|---|---|---|
itemNode | object |
- Source
Returns:
- Type:
- void
(static) photo(itemNode) → {void}
A single photo.
Parameters:
| Name | Type | Description |
|---|---|---|
itemNode | object |
- Source
Returns:
- Type:
- void
(static) program(itemNode) → {void}
Quick Play A Live Program
Parameters:
| Name | Type | Description |
|---|---|---|
itemNode | object |
- Source
Returns:
- Type:
- void
(static) pushToQueue(queueArray, shufflePlayopt) → {void}
Takes an array of items and adds to global queue. Also shuffles the playlist if asked
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
queueArray | object | |||
shufflePlay | boolean | <optional> | false |
- Source
Returns:
- Type:
- void
(static) tvChannel(itemNode) → {void}
Quick Play A TVChannel
Parameters:
| Name | Type | Description |
|---|---|---|
itemNode | object |
- Source
Returns:
- Type:
- void
(static) video(itemNode) → {void}
A single video file.
Parameters:
| Name | Type | Description |
|---|---|---|
itemNode | object |
- Source
Returns:
- Type:
- void