SetConfigs [3/3]

Sets the video rendering configuration of the player.

bool SetConfigs(CanvasConfig *config, Error *err = nullptr)
Since
Available since v4.4.0.

Timing

This method must be called before calling OpenWithUrl.

Parameters

config
Used to set the configuration of the Canvas object. See CanvasConfig.
err
Status or error information. See Error.

Return Values

Whether the configuration is successful:
  • true: Configuration succeeded.
  • false: Configuration failed.