Media.Link (gb.media)

Static Sub Link ( FirstControl As MediaControl, SecondControl As MediaControl, ... )

Link two or more controls together successively.

The output of FirstControl will be linked to the input of SecondControl. If there is a third control, then the output of SecondControl will be linked to the input of that third control. And so on...