AI-generated Key Takeaways
-
LoadByEntityRequestData
is used for sending 'LoadByEntity' requests to the Cast framework. -
It includes properties like
entity
for content information,loadOptions
for playback settings, andshuffle
to randomize playback order. -
The
entity
property usually contains a JSON object with details about the media to be loaded.
cast.framework.messages. LoadByEntityRequestData
LoadByEntity
request data.
Constructor
LoadByEntityRequestData
new LoadByEntityRequestData()
Properties
entity
string
Content entity information, typically represented by a stringified JSON object.
loadOptions
(non-null cast.framework.messages.LoadOptions or undefined)
Added load options.
shuffle
(boolean or undefined)
Shuffle the items to play.