GetConfigs [3/3]
Retrieves the current video rendering configuration of the player.
bool GetConfigs(CanvasConfig *config, Error *err = nullptr)
- Since
- Available since v4.4.0.
Timing
Call this method after calling Canvas.
Parameters
- config
- Output parameter, represents the settings of the Canvas object. See CanvasConfig.
- err
- Output parameter, status or error information. See Error.
Return Values
- true: Retrieval succeeded.
- false: Retrieval failed.