Documentation
¶
Index ¶
Constants ¶
View Source
const ( SetDataFrame string = "@setDataFrame" OnMetaData string = "onMetaData" )
Variables ¶
View Source
var (
ErrGopTooBig = fmt.Errorf("gop to big")
)
Functions ¶
This section is empty.
Types ¶
type GopCache ¶
type GopCache struct {
// contains filtered or unexported fields
}
func NewGopCache ¶
type SpecialCache ¶
type SpecialCache struct {
// contains filtered or unexported fields
}
func NewSpecialCache ¶
func NewSpecialCache() *SpecialCache
func (*SpecialCache) Send ¶
func (specialCache *SpecialCache) Send(w av.WriteCloser) error
func (*SpecialCache) Write ¶
func (specialCache *SpecialCache) Write(p *av.Packet)
Click to show internal directories.
Click to hide internal directories.