SetConfigs [3/3]

Sets the video rendering configuration of the player.

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

Call timing

Call this method after OpenWithUrl.

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.