GetConfigs [3/3]

Gets the current video rendering configuration of the player.

bool GetConfigs(CanvasConfig *config, Error *err);
Since
v4.5.0

Call timing

Call this method after Canvas.

Restrictions

None.

Parameters

config
Canvas object settings. See CanvasConfig.
err
The state or error information: Error.

Returns

Whether the RTE object is configured successfully:
  • true: Yes.
  • false: No.