add_transport


Description:

public bool add_transport (StreamTransport trans)

Add the transport in trans to this.

The media of this will then also be send to the values configured in trans. Adding the same transport twice will not add it a second time.

this must be joined to a bin.

trans must contain a valid Transport.

Parameters:

this

a Stream

trans

a StreamTransport

Returns:

true if trans was added