GetAutoPlay
Gets the autoplay settings.
bool GetAutoPlay(Error *err = nullptr);
- Since
- v4.5.0
You can call this method to get the autoplay settings of the current player.
Call timing
Call this method after GetConfigs [2/3].
Restrictions
None.
Parameters
- err
- The state or error information: Error.
Returns
Whether the autoplay settings are retrieved:
true: Yes.false: No.