set_timeline


Description:

public void set_timeline (Timeline timeline)

Informs the track that it belongs to the given timeline.

Calling this does not actually add the track to the timeline. For that, you should use add_track, which will also take care of informing the track that it belongs to the timeline. As such, there is no need for you to call this method.

Parameters:

this

A Track timeline (nullable): A Timeline