Class: LoadByEntityRequestData

  • LoadByEntityRequestData is used for sending 'LoadByEntity' requests to the Cast framework.

  • It includes properties like entity for content information, loadOptions for playback settings, and shuffle to randomize playback order.

  • The entity property usually contains a JSON object with details about the media to be loaded.

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.