GetConfigs [2/3]
Gets the current player settings.
bool GetConfigs(PlayerConfig* config, Error* err);
- Since
- v4.5.0
Call timing
Call this method after Player.
Restrictions
None.
Parameters
- config
- The player configuration object: PlayerConfig.
- err
- The state or error information: Error.
Returns
Whether the RTE object is configured successfully:
true: Yes.false: No.