getConfigs [2/3]
Gets the current media player configuration options.
public void getConfigs(PlayerConfig config) throws RteException
- Since
- Available since v4.4.0.
Timing
You must use this method after calling Player.
Parameters
- config
- Media player configuration object. See PlayerConfig.
Exceptions
When the method call fails, the SDK throws an exception and returns the corresponding error information. You need to catch and handle the exception.