GetAutoPlay

Gets the autoplay setting of the player.

bool GetAutoPlay(Error *err = nullptr)
Since
Available since v4.4.0.

Timing

Call this method after calling GetConfigs.

Parameters

err
Output parameter indicating status or error information. See Error.

Return Values

Whether the autoplay setting is successfully retrieved:
  • true: Retrieved successfully.
  • false: Failed to retrieve.