[ 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.
| this |
a Feature |
|
true on success, false otherwise. |