update_crypto


Description:

public bool update_crypto (uint ssrc, Caps? crypto)

Update the new crypto information for ssrc in this.

If information for ssrc did not exist, it will be added. If information for ssrc existed, it will be replaced. If crypto is null, it will be removed from this.

Parameters:

this

a Stream

ssrc

the SSRC

crypto

a Caps with crypto info

Returns:

true if crypto could be updated