prepare


Description:

[ NoWrapper ]
public virtual bool prepare ()

Prepare feature for operation (optional).

This is different from init as its called from features thread once feature is added to the player, so it can already access it parent using get_parent. If it fails, no other method will be called.

Parameters:

this

a Feature

Returns:

true on success, false otherwise.