Versions in this module Expand all Collapse all v1 v1.1.1 Nov 16, 2018 v1.1.0 Oct 1, 2018 Changes in this version type Context + func (c *Context) DecryptRTCP(encrypted []byte) ([]byte, error) + func (c *Context) DecryptRTP(packet *rtp.Packet) bool + func (c *Context) EncryptRTCP(decrypted []byte) ([]byte, error) + func (c *Context) EncryptRTP(packet *rtp.Packet) bool v1.0.0 Jul 4, 2018 Changes in this version + type Context struct + func CreateContext(masterKey, masterSalt []byte, profile string, ssrc uint32) (c *Context, err error) + func (c *Context) DecryptPacket(packet *rtp.Packet) bool + func (c *Context) EncryptPacket(packet *rtp.Packet) bool