AI-generated Key Takeaways
-
ItemsInfo
is a data message object providing details about requested media items within the Cast framework. -
This object includes an array of
QueueItem
objects, a request ID, a sequence number for state synchronization, and a message type. -
Developers can use
ItemsInfo
to access and manage information about specific media items in their Cast applications.
cast.framework.messages. ItemsInfo
Represents a data message containing item information for each requested IDs.
Constructor
ItemsInfo
new ItemsInfo()
Properties
items
(non-null Array of non-null cast.framework.messages.QueueItem or undefined)
The list of changed item IDs.
requestId
(number or undefined)
The corresponding request ID.
sequenceNumber
(number or undefined)
The latest queue change sequence ID. Used to coordinate state sync between various senders and the receiver.
type
non-null cast.framework.messages.MessageType