Lines Matching refs:playlist
852 Sets a playlist. This API uses a promise to return the result.
928 Sets a playlist. This API uses an asynchronous callback to return the result.
999 Sets a name for the playlist. This API uses a promise to return the result.
1009 | title | string | Yes | Name of the playlist.|
1044 Sets a name for the playlist. This API uses an asynchronous callback to return the result.
1052 | title | string | Yes | Name of the playlist. |
2118 Subscribes to the event that indicates an item in the playlist is selected. The session can play th…
2128 …Event type. The event **'skipToQueueItem'** is triggered when an item in the playlist is selected.|
2651 Unsubscribes from the event that indicates an item in the playlist is selected.
3423 | item | [AVQueueItem](#avqueueitem10) | Yes | Attributes of an item in the playlist.|
3484 | item | [AVQueueItem](#avqueueitem10) | Yes | Attributes of an item in the playlist.|
3545 | item | [AVQueueItem](#avqueueitem10) | Yes | Attributes of an item in the playlist.|
3606 | item | [AVQueueItem](#avqueueitem10) | Yes | Attributes of an item in the playlist.|
5078 | avQueueId<sup>11+</sup> | string | No | Unique ID of the playlist. …
5079 …it/js-apis-image.md#pixelmap7) | string | No | Cover image of the playlist, which can be pix…
5098 Describes the attributes related to the media metadata in the playlist.
5104 | assetId | string | Yes | Media ID in the playlist.<br>**Atomic service API…
5105 | title | string | No | Name of the media asset in the playlist.<br>**Atom…
5106 | subtitle | string | No | Subname of the media asset in the playlist.<br>**A…
5107 | description | string | No | Description of the media asset in the playlist.<br…
5108 …ap \| string | No | Pixel map of the image of the media asset in the playlist.<br>**Atomic serv…
5109 … | {[key: string]: Object} | No | Additional fields of the media asset in the playlist. |
5110 | mediaUri | string | No | URI of the media asset in the playlist.<br>**Atomi…
5111 | mediaType | string | No | Type of the media asset in the playlist.<br>**Ato…
5112 | mediaSize | number | No | Size of the media asset in the playlist.<br>**Ato…
5113 | albumTitle | string | No | Album name of the media asset in the playlist.<b…
5114 … | No | URI of the album title of the media asset in the playlist.<br>**Atomic serv…
5115 …string | No | Lyric content of the media asset in the playlist.<br>**Atomic serv…
5116 | lyricUri | string | No | Lyric URI of the media asset in the playlist.<br>*…
5117 … | No | Author of the lyric of the media asset in the playlist.<br>**Atomic serv…
5118 | fdSrc | media.AVFileDescriptor | No | Handle to the local media file in the playlist.…
5119 … | media.AVDataSrcDescriptor | No | Descriptor of the data source in the playlist. |
5120 | drmScheme<sup>12+</sup> | string | No | DRM scheme supported by the playlist. The val…
5121 …er | No | Playback duration of the media asset in the playlist.<br>**Atomic serv…
5122 … | No | Start position for playing the media asset in the playlist.<br>**Atomic serv…
5123 …o | Position for playing the closing credits of the media asset in the playlist.<br>**Atomic serv…
5124 | appName | string | No | Name of the application provided by the playlist.<b…
5129 Describes the attributes of an item in the playlist.
5137 | itemId | number | Yes | ID of an item in the playlist.…
5138 …[AVMediaDescription](#avmediadescription10) | No | Media metadata of the item in the playlist. |
5507 Obtains the name of the playlist. This API uses a promise to return the result.
5517 | Promise<string\> | Promise used to return the playlist name.|
5545 Obtains the name of the playlist. This API uses an asynchronous callback to return the result.
5553 | callback | AsyncCallback<string\> | Yes | Callback used to return the playlist name.|
5621 Obtains the information related to the items in the playlist. This API uses an asynchronous callbac…
5629 …rray<[AVQueueItem](#avqueueitem10)\>\> | Yes | Callback used to return the items in the playlist.|
5659 Sends the ID of an item in the playlist to the session for processing. The session can play the son…
5669 | itemId | number | Yes | ID of an item in the playlist.|
5705 Sends the ID of an item in the playlist to the session for processing. The session can play the son…
5713 | itemId | number | Yes | ID of an item in the playlist. |
7278 Subscribes to playlist item change events. This API is called by the controller.
7288 …ype. The event **'queueItemsChange'** is triggered when one or more items in the playlist changes.|
7289 … **items** parameter in the callback indicates the changed items in the playlist. …
7324 … **items** parameter in the callback indicates the changed items in the playlist.<br>The **callbac…
7346 Subscribes to playlist name change events. This API is called by the controller.
7356 …| Yes | Event type. The event **'queueTitleChange'** is triggered when the playlist name changes.|
7357 …cription. The **title** parameter in the callback indicates the changed playlist name. …
7381 Unsubscribes from playlist name change events. This API is called by the controller.
7392 …cription. The **items** parameter in the callback indicates the changed playlist name.<br>The **ca…
7731 Obtains the name of the playlist of this session. This API returns the result synchronously.
7770 Obtains the information related to the items in the playlist of this session. This API returns the …