Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2020 Changes in this version + const OnMetaData + const SetDataFrame + var ErrGopTooBig = fmt.Errorf("gop to big") + type Cache struct + func NewCache() *Cache + func (cache *Cache) Send(w av.WriteCloser) error + func (cache *Cache) Write(p av.Packet) + type GopCache struct + func NewGopCache(num int) *GopCache + func (gopCache *GopCache) Send(w av.WriteCloser) error + func (gopCache *GopCache) Write(p *av.Packet) + type SpecialCache struct + func NewSpecialCache() *SpecialCache + func (specialCache *SpecialCache) Send(w av.WriteCloser) error + func (specialCache *SpecialCache) Write(p *av.Packet)