Effect


Description:

[ CCode ( has_construct_function = false ) ]
public Effect (string bin_description)

Creates a new Effect from the description of the bin.

It should be possible to determine the type of the effect through the element 'klass' metadata of the GstElements that will be created. In that corner case, you should use: Asset.request ( GES_TYPE_EFFECT, "audio your ! bin ! description", NULL); and extract that asset to be in full control.

Parameters:

bin_description

The gst-launch like bin description of the effect

Returns:

a newly created Effect, or null if something went wrong.