chrome. cast. media. QueueInsertItemsRequest
class static
向队列中插入新媒体项列表的请求。
构造函数
QueueInsertItemsRequest
新增 QueueInsertItemsRequest(itemsToInsert)
参数 |
|
---|---|
itemsToInsert |
非 null chrome.cast.media.QueueItem 的数组 要插入的媒体项的列表。不能为 null 或为空。不得设置每个项的 itemId(因为它们将由接收方分配)。 值不能为 null。 |
属性
customData
可为 null 的对象
接收器应用的自定义数据。
insertBefore
可为 null 的数字
紧挨着插入列表的商品 ID。 如果为 null 或未找到,则列表将附加到队列的末尾。
items
non-null Array of non-null chrome.cast.media.QueueItem
要插入的队列项的列表。商品的 itemId 字段应为空,否则请求将失败并显示 INVALID_PARAMS 错误。对元素进行排序(第一个元素会最先播放)。