Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct { GatewayIP string GatewayPort uint16 // contains filtered or unexported fields }
func DialConnection ¶
func DialConnection(addr string, ssrc uint32) (*Connection, error)
func (*Connection) Close ¶
func (c *Connection) Close() error
func (*Connection) Start ¶
func (c *Connection) Start(secret *[32]byte)
Click to show internal directories.
Click to hide internal directories.