set_config


Description:

public bool set_config (owned Structure config)

Set the configuration of the play.

If the play is already configured, and the configuration hasn't changed, this function will return true . If the play is not in the GST_PLAY_STATE_STOPPED, this method will return false and active configuration will remain.

config is a Structure that contains the configuration parameters for the play.

This function takes ownership of config.

Parameters:

this

Play instance

config

a Structure

Returns:

true when the configuration could be set.